Downlink Commands
Downlink commands can be used for remote control of device through a network server. The downlink port (application port) is 85 by default and can be configured through ToolBox.
If the device receives a downlink command requiring confirmation, it will send a reply
packet in the following format:
| Command (1B) | Result & Length (1B) | Command ID (1-N Byte) | ... |
|---|---|---|---|
| ef | Bit 7-4: result code, 0=success, 5=parameter
error, 7=execute error, 10=association
error Bit 3-0: command length |
Same as downlink command | ... |
For details of downlink commands please refer to the sections below.