Software Versions System

Spoke Zone can track the current software versions for a device. These software versions are broadcast from the devices using a special software versions MQTT message. Users can view the current software versions for their devices using the software versions page.

To broadcast software version information, the device should send an MQTT message to the Spoke Zone broker using the following format:

ExampleTopicmrs/d/314/mon/versions Message{"display-app":"1.17.2","controller-3":"1.0.0"}

To use the full potential of the software version system we recommend using the semver versioning standard.