Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

Firmware.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

Firmware

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 [String: String] Tags for firmware image. [optional]
enabled Bool [optional]

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