Use this topic to let thing5 know which version is installed on the device. It's advised to use it every time the device is turned on.
Event Topic and Payload
Topic
things5-production/v1/devices/<device-id>/event/firmware_version_req
Payload Representation
{
"request_id": "UUID",
"original_name": "XYZ_firmware-1-0-2-4",
"version": "1.0.0-foobar"
}
name | description |
---|---|
request_id | UUID |
original_name | Firmware original name. Can be any string manufacturer wants. |
version | Firmware version, must be compatible with semver |