Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 852 Bytes

CollectionFirmware.md

File metadata and controls

17 lines (12 loc) · 852 Bytes

spanapi.model.CollectionFirmware

Load the model package

import 'package:spanapi/api.dart';

Properties

Name Type Description Notes
currentFirmwareId String The current firmware is the firmware that the devices are currently using. [optional]
targetFirmwareId String The target firmware is set to the desired firmware image for the devices in this collection. If the management is set to "device" this will only be used if the target firmware isn't set on the device itself. [optional]
management FirmwareManagement [optional]

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