This command is used to set the uplink message type.
Byte index
Hex value – Meaning
0
17 – The command code.
1
00 – sends unconfirmed uplink messages; Default
01 – sends confirmed uplink messages.
Example command: 0x1701 – Sets the message type to be confirmed
This command is used to get the uplink messages type.
Sent request
Received response
18 – Command code.
18 – The command code.
00 – unconfirmed uplinks are used;
01 – confirmed uplinks are used.
Example command sent from server: 0x18;
Example command response: 0x1800 => The device uses unconfirmed messages
Last updated 5 months ago
Was this helpful?