Downlinks
Restart Device
The device supports downlink commands to restart the device, the application port is 50 by default.
Channel
Type
Description
ff
0a (Reboot)
1 Byte, Uint8 01 => Reboot the device
ff
0b (Restart)
1 Byte, Uint8
01 => Restart the LoRaWAN Interface.
Example
To restart the LoRaWAN interface you send the following HEX payload over fPort 50.
Device Parameter Reading
The device supports downlink commands to read its readable parameters, the application port is 100 by default.
Channel
Type
Description
FF
CC (Read Parameter)
Maximum of 10 parameter types (only readable parameters)
Example
To read the model, serial number and battery percentage you send the following HEX payload over fPort 100.
Periodic Transmissions
Configuration of the periodic transmissions is added in the respective user manual of the underlying device.
Last updated