Listen for messages to this topic for a confirmation that Things5 have correclty processed the variables changed request variables changed request
Request Topic and Payload
Topic
things5-production/v1/devices/<device-id>/event/variables_changed_res
Payload Representation
{
"request_id": "UUID generated by the request",
"errors": []
}
Payload Parameters
name | description | example |
---|---|---|
request_id | the request id to be sent back by things5 when sending the response | |
errors | list of errors. If empty no errors have occurred. | ["unexpected error"] |