Notifies the device that things5 has received the firmware version sent in firmware version request
Response Topic and Payload
Topic
things5-production/v1/devices/<device-id>/event/firmware_version_res
Payload Representation
{
  "request_id": "UUID sent in the request",
  "errors": [
    "error description"
  ]
}
| name | description | 
|---|---|
| request_id | UUID sent by the device in the request | 
| errors | A list of strings with the errors | 
