mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#297 added tone packet to valid MGMT packet types
This commit is contained in:
@ -589,7 +589,8 @@ function comms.mgmt_packet()
|
|||||||
self.type == SCADA_MGMT_TYPE.CLOSE or
|
self.type == SCADA_MGMT_TYPE.CLOSE or
|
||||||
self.type == SCADA_MGMT_TYPE.REMOTE_LINKED or
|
self.type == SCADA_MGMT_TYPE.REMOTE_LINKED or
|
||||||
self.type == SCADA_MGMT_TYPE.RTU_ADVERT or
|
self.type == SCADA_MGMT_TYPE.RTU_ADVERT or
|
||||||
self.type == SCADA_MGMT_TYPE.RTU_DEV_REMOUNT
|
self.type == SCADA_MGMT_TYPE.RTU_DEV_REMOUNT or
|
||||||
|
self.type == SCADA_MGMT_TYPE.RTU_TONE_ALARM
|
||||||
end
|
end
|
||||||
|
|
||||||
-- make a SCADA management packet
|
-- make a SCADA management packet
|
||||||
|
Reference in New Issue
Block a user