#186 improved sv config validation, changed waste high thresholds, fixed monitored max burn not showing as active, fixed redstone R_ENABLE and U_ALARM, changed RPS high waste trip to 95%
This commit is contained in:
@@ -141,9 +141,9 @@ function comms.scada_packet()
|
||||
local self = {
|
||||
modem_msg_in = nil,
|
||||
valid = false,
|
||||
raw = { -1, -1, {} },
|
||||
raw = { -1, PROTOCOL.SCADA_MGMT, {} },
|
||||
seq_num = -1,
|
||||
protocol = -1,
|
||||
protocol = PROTOCOL.SCADA_MGMT,
|
||||
length = 0,
|
||||
payload = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user