DeviceClassPropertiesOutput interface
The device class properties that are used to calculate the device class Id
Properties
| compat |
The compat properties of the device class. This object can be thought of as a set of key-value pairs where the key is the name of the compatibility property and the value is the value of the compatibility property. There will always be at least 1 compat property |
| contract |
The Device Update agent contract model. |
Property Details
compatProperties
The compat properties of the device class. This object can be thought of as a set of key-value pairs where the key is the name of the compatibility property and the value is the value of the compatibility property. There will always be at least 1 compat property
compatProperties: Record<string, string>
Property Value
Record<string, string>
contractModel
The Device Update agent contract model.
contractModel?: ContractModelOutput