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
Readonly outputStatuses
outputStatuses: ReadonlyArray<boolean>
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: "CS" = "CS"
Control Output Status Report
The control panel sends this message in response to a ControlOutputStatusRequest. The data portion of this message is 208 characters long, one character for each output in order. The value will be: 0 (Off), 1 (On).
4.9.4 Control Output Status Report (CS)