mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
9 lines
181 B
INI
9 lines
181 B
INI
|
#include "common.cfg"
|
||
|
|
||
|
/// A list of vars to graph for TS
|
||
|
GraphVars +=
|
||
|
{
|
||
|
"TotalSpeedLoop", "60000", // low rez, every minutes
|
||
|
"TotalSpeedLoop", "0", // high rez, every tick
|
||
|
};
|