Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.02 KB

Device.md

File metadata and controls

21 lines (17 loc) · 1.02 KB

Com.Lab5e.Span.Model.Device

This a device

Properties

Name Type Description Notes
DeviceId string The device ID is assigned by the backend. [optional]
CollectionId string [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]
Metadata DeviceMetadata [optional]
LastGatewayId string [optional]
LastTransport MessageTransport [optional]
LastReceived string [optional]
LastPayload byte[] [optional]
Enabled bool [optional]

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