Subscribe to this topic to receive read recipes requests.
Publish on write recipes response to send the requested recipes.
Request Topic and Payload
Topic
things5-production/v1/devices/<device-id>/cmd/read_recipe_req
Payload Representation
{
"request_id": "UUID",
"recipe_id": "123"
}
Payload Parameters
type | description | example |
---|---|---|
request_id | the request id to be sent back by the device when sending the response | |
recipe_id | the id of the requested recipe |
Expected response
Response has to be sent into the
things5-production/v1/devices/<device-id>/cmd/read_recipe_res
topic