[Sub] Read recipe request

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

typedescriptionexample
request_idthe request id to be sent back by the device when sending the response
recipe_idthe 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