Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 960 Bytes

UpdateDeviceBody.md

File metadata and controls

15 lines (11 loc) · 960 Bytes

Com.Lab5e.Span.Model.UpdateDeviceBody

Updating the device

Properties

Name Type Description Notes
CollectionId string The collection id for the device. This field is optional and can be omitted if the collection id isn't changed. When changing to a new collection you must be an owner of the other collection, ie an administrator of the team that owns the new collection. [optional]
Tags Dictionary<string, string> Tags are metadata for the device that you can set. These are just strings. [optional]
Firmware FirmwareMetadata [optional]
Config DeviceConfig [optional]
Enabled bool [optional]

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