9
Example of ReportDataCmd
FPort
:
0x06
Bytes
1
1
1
Var(Fix=8 Bytes)
Version
DeviceType
ReportType
NetvoxPayLoadData
Version
– 1 bytes –0x01——the Version of NetvoxLoRaWAN Application Command Version
DeviceType
– 1 byte – Device Type of Device
The devicetype is listed in Netvox LoRaWAN Application Devicetype doc
ReportType
– 1 byte –the presentation of the NetvoxPayLoadData
,
according the devicetype
NetvoxPayLoadData
– Fixed bytes (Fixed =8bytes)
Device
DeviceType
ReportType
NetvoxPayLoadData
R720F
0xB7
0x01
Battery
(1Byte, unit:0.1V)
Status
(1Byte 0:off 1:on)
Reserved
(6Bytes,fixed 0x00)
Hand Wash Detection
Uplink: 01B7012401000000000000 // The report of the status is 1 meaning it has hand wash.
Uplink: 01B7012400000000000000 // The report of the status is 0 meaning it has no hand wash.
Water Leakage Detection
Uplink: 01B7012401000000000000 // The report of the status is 1 meaning it has water leakage.
Uplink: 01B7012400000000000000 // The report of the status is 0 meaning it has no water leakage.
Example for MinTime/MaxTime logic:
Example#1
based on MinTime = 1 Hour, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange=0.1V
MaxTime MaxTime
Sleeping(MinTime)
Sleeping(MinTime)
Note: MaxTime=MinTime. Data will only be report according to MaxTime (MinTime) duration regardless BatteryVoltageChange
value.
Example#2
based on MinTime = 15 Minutes, MaxTime= 1 Hour, Reportable Change i.e. BatteryVoltageChange= 0.1V.
Wake up and collects data
REPORTS 3.6V
Wakes up and collects data
REPORTS 3.6V
Wakes up and collects data
REPORTS 3.6V