#580 supervisor configurator fixes

This commit is contained in:
Mikayla Fischler
2025-11-02 17:44:24 -05:00
parent 6bfa26407a
commit 9a58bf1bb7
2 changed files with 11 additions and 4 deletions

View File

@@ -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