Properties
Optional Readonly checksum
checksum: undefined | string
Readonly data
data: string = ""
Optional Readonly expectedChecksum
expectedChecksum: undefined | string
Optional Readonly expectedPacketLength
expectedPacketLength: undefined | string
Readonly isChecksumValid
isChecksumValid: boolean = false
Readonly isPacketLengthValid
isPacketLengthValid: boolean = false
Readonly isWellFormed
isWellFormed: boolean = false
Optional Readonly messageType
messageType: undefined | string
Optional Readonly packetLength
packetLength: undefined | string
Optional Readonly reserved
reserved: undefined | string
Optional Readonly subMessageType
subMessageType: undefined | string
Optional Readonly terminator
terminator: undefined | string
Static Readonly COMMAND
COMMAND: "ZS" = "ZS"
Zone Status Report
The control panel sends this message in response to a Zone Status Request. The data portion of this message is 208 characters long, one character for each zone in order. Each character is the sum of all applicable status values, expressed in hexadecimal, using ASCII characters 0-9 and A-F.
4.40.6 Zone Status Report (ZS)