Device

@Serializable
data class Device(val id: ResourceId, val v1Id: String? = null, val productData: ProductData, val metadata: ProductMetadata, val services: List<ResourceReference>)

Attributes for a device configured on the hue bridge.

Constructors

Link copied to clipboard
fun Device(id: ResourceId, v1Id: String? = null, productData: ProductData, metadata: ProductMetadata, services: List<ResourceReference>)

Properties

Link copied to clipboard

Unique ID for the device.

Link copied to clipboard

Configured metadata for this device.

Link copied to clipboard

Information about the hardware itself.

Link copied to clipboard

References all services providing control and state of the device.

Link copied to clipboard
val v1Id: String? = null

Clip v1 resource identifier.