Uplink types

This command is used to set the device sent uplink message type. The command is described in the table below.

Byte index

Bit index

Hex value โ€“ Meaning

0

-

11 โ€“ The command code.

1

-

00 โ€“ The device sends unconfirmed uplink messages;

01 โ€“ The device sends confirmed uplink messages. Default message type for the device

Example command: 0x1101 โ€“ The server sets device uplink message type to confirmed.

Byte index

Bit index

Sent request

Received response

0

-

1B โ€“ Command code.

1B โ€“ The command code.

1

-

00 โ€“ The device operates with unconfirmed uplinks;

01 โ€“ The device operates with confirmed uplinks.

Example command sent from server: 0x1B;

Example command response: 0x1B00 => Device uplinks are unconfirmed.

Last updated

Was this helpful?