v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Sends a decrypted application data frame to a device.

post/wireless-devices/{Id}/data

Path parameters

Idstring required

The ID of the wireless device.

The ID of the wireless device to receive the data.

Request body

TransmitModeinteger required

The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).

PayloadDatastring required

The binary to be sent to the end device, encoded in base64.

Response

Success

MessageIdstring

The ID of the message sent to the wireless device.