Skip to main content

Send Command

POST 

/tip/cmd

Send a downlink command to a TagoTiP device. The device receives it on its $tip/{serial}/ack topic as an ACK|CMD|<command> frame.

Delivery is best-effort: a 200 means the command was accepted, not that the device received it. If no matching device is connected at that moment, the command is not delivered. There is no delivery receipt, retry, or persistence.

Only the MQTT transport supports downlink commands, and only on plain $tip topics (encrypted $tips is not supported). The device must subscribe to its ack topic using the lowercase serial.

Request

Responses

Command accepted for delivery.