#580 supervisor configurator fixes
This commit is contained in:
@@ -93,13 +93,13 @@ local tmp_cfg = {
|
||||
TankFluidTypes = {}, ---@type integer[] which type of fluid each tank in the tank list should be containing
|
||||
AuxiliaryCoolant = {}, ---@type boolean[] if a unit has auxiliary coolant
|
||||
ExtChargeIdling = false,
|
||||
WirelessModem = true, ---@type boolean
|
||||
WirelessModem = true,
|
||||
WiredModem = false, ---@type string|false
|
||||
PLC_Listen = 1, ---@type LISTEN_MODE
|
||||
RTU_Listen = 1, ---@type LISTEN_MODE
|
||||
CRD_Listen = 1, ---@type LISTEN_MODE
|
||||
PocketEnabled = true, ---@type boolean
|
||||
PocketTest = true, ---@type boolean
|
||||
PocketEnabled = true,
|
||||
PocketTest = true,
|
||||
SVR_Channel = nil, ---@type integer
|
||||
PLC_Channel = nil, ---@type integer
|
||||
RTU_Channel = nil, ---@type integer
|
||||
|
||||
Reference in New Issue
Block a user