6
Device
DeviceType
ReportType
NetvoxPayLoadData
R311B
0x4B
0x01
Battery
(1Byte, unit:0.1V)
illuminance
(2Bytes,unit:1Lux)
Reserved
(5Bytes,fixed 0x00)
Uplink: 014B011C03840000000000
1
st
byte (01): Version
2
nd
byte (4B): DeviceType 0x4B
-
R311B
3
rd
byte (01): Report Type
4
th
byte (1C): Battery
-
2.8v , 1C Hex=28 Dec 28*0.1v=2.8v
5
th
6
th
byte (0384): illuminance
-
900 LUX, 384 Hex=900 Dec
7
th
~ 11
th
byte (0000000000): Reserved
5.2 Example of ConfigureCmd
FPort
:
0x07
Bytes
1
1
Var(Fix =9 Bytes)
CmdID
DeviceType
NetvoxPayLoadData
CmdID
– 1 byte
DeviceType
– 1 byte – Device Type of Device
NetvoxPayLoadData
– var bytes (Max=9bytes)
(1)
Command Configuration:
MinTime = 1min
、
MaxTime = 1min
、
BatteryChange = 0.1v
、
IlluminanceThreshold= 200 lux
Downlink
:
014B003C003C0100C80000 003C(H
ex)
= 60(D
ec)
, C8(H
ex)
= 200(D
ec)
Response
:
814B000000000000000000 (Configuration success)
814B010000000000000000 (Configuration failure)
Description
Device
CmdID
Device
Type
NetvoxPayLoadData
Config
ReportReq
R311B
0x01
0x4B
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
BatteryChange
(1byte Unit:0.1v)
Illuminancethreshold
(2bytes Unit
:
1Lux)
Reserved
(2Bytes,Fixed 0x00)
Config
ReportRsp
0x81
Status
(0x00_success)
Reserved
(8Bytes,Fixed 0x00)
ReadConfig
ReportReq
0x02
Reserved
(9Bytes,Fixed 0x00)
ReadConfig
ReportRsp
0x82
MinTime
(2bytes Unit:s)
MaxTime
(2bytes Unit:s)
BatteryChange
(1byte Unit:0.1v)
Illuminancethreshold
(2bytes Unit
:
1Lux)
Reserved
(2Bytes,Fixed 0x00)