How do I decode a sensor's Tamper Event message?
The sensor will send a message when the tamper switch has been either opened or closed through either an enclosure tamper or a wall mount tamper.
Tamper Event Message: 0x02
Bytes Description
0 Tamper Switch State (Open = 0x00, Closed 0x01)
Tamper Event Message Example:
1 0 02 00
1 Protocol Version (currently always 0x1)
0 Packet Counter (increments by 1 each message and wraps from 0xF to 0x0)
02 Message Type Code (Tamper Event = 0x02)
00 Tamper Switch State (Opened = 0x00)
Not all sensors support the tamper feature. See the individual datasheets for more information.
Related Articles
How do I decode a Dry Contact Sensor Event?
The wireless Dry Contact Sensor detects a connection between two wires. When the wires are either shorted or opened, the Dry Contact Sensor will generate an event. Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Protocol version (4 bits) Counter ...
How do I decode a Door/Window Sensor event?
The Door/Window Sensor will generate events when a door (or window) is open or closed. Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 3 Protocol version (4 bits) Counter (4 bits) Message Type Code (0x03) Event (0x01 in the example below) Protocol ...
How Do I Decode a No-Probe Temperature Sensor Event
The No-Probe Temperature Sensor will generate events if the temperature rises above or falls below the configured thresholds Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Byte 3 Byte 4 Protocol version (4 bits) Counter (4 bits) No-Probe Temp ...
How do I decode a sensor's Supervisory Message?
The wireless sensors will send a periodic supervisory message so that a backend system can verify that the device is still alive and to report error conditions. The supervisory message also contains a payload that contains the status (current) of ...
How do I decode a Thermocouple Temperature Sensor event?
The Thermocouple Temperature Sensor will generate events based on temperature measurements rising above or falling below configured thresholds, report-on-change, and periodic messaging. Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2 Byte 3 and Byte 4 Byte ...