BasicDevice

data class BasicDevice(val attributes: Map<String, DeviceAttribute>? = null, val capacity: Map<String, DeviceCapacity>? = null)

BasicDevice defines one device instance.

Constructors

Link copied to clipboard
constructor(attributes: Map<String, DeviceAttribute>? = null, capacity: Map<String, DeviceCapacity>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.

Link copied to clipboard

Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.