Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.25 KB

Firmware.md

File metadata and controls

19 lines (15 loc) · 1.25 KB

Com.Lab5e.Span.Model.Firmware

Firmware images aren't served back out through the API, only the metadata.

Properties

Name Type Description Notes
ImageId string [optional]
_Version string Make sure that the firmware image reports this version. If the version reported by this image is different the FOTA process won't be reported as successful since the device will report a version different from this. [optional]
Filename string This is just for internal house keeping, making it potentially easier to identify the firmware image. [optional]
Sha256 string To ensure each image is unique the SHA-256 hash for all images in a collection must be unqique [optional]
Length int [optional]
CollectionId string Collection ID for the collection owning the firmware image. [optional]
Created string [optional]
Tags Dictionary<string, string> Tags for firmware image. [optional]
Enabled bool [optional]

[Back to Model list] [Back to API list] [Back to README]