This topic can be used to request a device to perform an action
Request Topic and Payload
Topic
things5-production/v1/devices/<device-id>/cmd/perform_action_res
Payload Representation
{
"request_id": "UUID sent during perform action request",
"errors": []
}
name | description | example |
---|---|---|
request_id | a random UUID created by things5 during perform action request | |
errors | list of strings. Empty if no errors |