attributes
Parameters
value
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.
suspend fun attributes(vararg argument: Pair<String, suspend DeviceAttributeArgsBuilder.() -> Unit>)
Parameters
argument
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.
Parameters
values
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.