Module messaging

Source

Structs§

ACControlMessage
The AC control message. Send this message to the AT4 unit to change the state of an AC unit.
ACStatus
The state of an AC unit.
GroupControlMessage
The group control message. Send this message to the AT4 unit to change the state of a group.
GroupStatus
The state of a group.

Enums§

ReceivableMessage
The messages that can be parsed by the parser. These are received from the AT4 controller.

Constants§

GET_AC_STATUS_PACKET
This packet is sent to the AT4 unit to request all AC unit data.
GET_GROUP_STATUS_PACKET
This packet is sent to the AT4 unit to request all group data.

Functions§

parse_message
Parses a byte array into the relevant message.