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 6 16 digits
Hardware Version ff 09 2 Example: 03 10 = V3.1
Software 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

Example:
ff0bff ff0101 ff166787d18008970013 ff090100 ff0a0101 ff0f00
Channel Type Value
ff 0b Power On: ff
ff 01 Protocol Version: 01(V1)
ff 16 SN: 6787d18008970013
ff 09 Hardware Version: 0100 (V1.0)
ff 0a Software Version: 0101(V1.1)
ff 0f Device Type: 00(Class A)

Periodic Report

The device supports the sensor data according to reporting interval.

Item Channel Type Byte Description
Battery Level 01 75 1 UINT8, Unit: %
Occupancy Status 03 00 1 01: Occupied, 00: Vacant
Example:
Report as reporting interval.
017562 030001
Channel Type Value
01 75 Battery Level: 62=>98%
03 00 Occupancy Status: 01=> Occupied

Trigger Report

The device supports report when occupancy status changes.

Item Channel Type Byte Description
Occupancy Status 03 00 1 01: Occupied, 00: Vacant
Example:
Report when occupancy status changes.
030001
Channel Type Value
03 00 Occupancy Status: 01=> Occupied