Uplink Packets

Basic Information

The device will report a basic information packet whenever joining the network.

Item Channel Type Byte Description
Power On ff 0b 1 Device is on
Protocol Version ff 01 1 Example: 01=V1
Serial Number ff 16 8 16 digits
Hardware Version ff 09 2 Example: 03 10 = V3.1
Firmware Version ff 0a 2 01 14 => V1.14
Device Type ff 0f 1

00: Class A, 01: Class B, 02: Class C, 03: Class C to B

TSL Version ff ff 2 0100=>1.0
Reset Report ff fe 1 ff, only report after reset to factory default
Example:
ff0f00 ffff0100 ff090100 ff0a0101 ff166443f17847780000 ff0bff ff0101 fffeff
Channel Type Value
ff 0f Device Type: 00(Class A)
ff ff TSL Version: 0100 (V1.0)
ff 09 Hardware Version: 0100 (V1.0)
ff 0a Firmware Version: 0101(V1.1)
ff 16 SN: 6791d19604050005
ff 0b Power On: ff
ff 01 Protocol Version: 01(V1)
ff fe Reset Report: ff

Periodic Report

The device supports the sensor data according to reporting interval.

Item Channel Type Byte Description
Battery Level 01 75 1 UINT8, Unit: %, [1-100]
Occupancy Status 03 00 1 01-Occupied, 00-Vacant
Illumination Status 04 00 1 01-Bright, 00-Dim, fe-Disabled
Example
Periodic packet:
017564 030001 040000
Channel Type Value
01 75 Battery Level: 64 => 100%
03 00 Occupied status: 01 => Occupied
04 00 Illumination Status: 00=>Dim

Alarm Report

The device supports to report below types of alarm report packets.

Item Channel Type Byte Description
Occupancy Status 03 00 1 01-Occupied, 00-Vacant
Illumination Status 04 00 1 01-Bright, 00-Dim, fe-Disabled
Example
Occupancy Status Alarm packet:
030001 040000
Channel Type Value
03 00 Occupied status: 01 => Occupied
04 00 Illumination Status: 00=>Dim