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
- 200
- 400
- 429
- 500
Command accepted for delivery.
Authorization denied (missing or invalid token), device not found, or invalid request body.
Per-profile command rate limit exceeded.
The command could not be accepted. Try again.