import 'package:spanapi/api.dart';
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] |