Skip to end of metadata
Go to start of metadata

Scenario


  1. Vendor creates a new Version associated with Product
  2. Device finds out that there is a new Version availabl
  3. Device decides to update to the new Version :
    • without Owner interaction
    • by presenting update options to Owner via Device graphical interface

Icon

Check out "Getting Started" tutorials for Vendor instructions:

  1. Create Template

  2. Create Template Version

  3. Create Product And Serial Number

Interaction


 

Check if updates are available

Device retrieves list of available update for the current version.

See Get Available Versions GadgetKeeper API call for more details.

Decide if proceed with updates

If list of update is not empty then Device must decide on how to proceed.

Firmware update 

If Device decide to proceed with updates then it downloads new firmware and install it.

See Get Version Firmware GadgetKeeper API call for more details.

Forcing Thing version update 

After Device firmware is updated, Device confirm switching to the new version to Platform.

See Switch To A New Version GadgetKeeper API call for more details.

 

  • No labels