Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.25 KB

Firmware.md

File metadata and controls

23 lines (18 loc) · 1.25 KB

spanapi.model.Firmware

Load the model package

import 'package:spanapi/api.dart';

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 Map<String, String> Tags for firmware image. [optional] [default to const {}]
enabled bool [optional]

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