The following message should be send from the server side to trigger a reset of the device.
This procedure could be helpfull in case of detection of abnormal behavior of the device. Or simply as a periodic sanity procedure. Only the first byte needs to be filled with the reset code 0x05 all other bytes are set to 0.
DL request messages are sent from the device 2 times a day, meaning that the reset could be done 2 times a day.
The hexadecimal Downlink message to be sent for reseting the device is: 05 00 00 00 00 00 00 00
| Byte 0 | Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 | Byte 6 | Byte 7 | |
| Value |
code |
Reserved |
Reserved |
Reserved |
Reserved |
Reserved |
Reserved |
Reserved |
| Hexa | 0x{05} | 0x{00} | 0x{00} | 0x{00} | 0x{00} | 0x{00} | 0x{00} | 0x{00} |
| Decimal | 5 |
0 |
0 |
0 | 0 | 0 | 0 | 0 |
Comments
0 comments
Please sign in to leave a comment.