RoomUpdateParameters

@Serializable
data class RoomUpdateParameters(val metadata: SegmentMetadataUpdate? = null, val children: List<ResourceReference>? = null)

Parameters that can be specified when updating a room on the hue bridge.

Constructors

Link copied to clipboard
fun RoomUpdateParameters(metadata: SegmentMetadataUpdate? = null, children: List<ResourceReference>? = null)

Properties

Link copied to clipboard

Devices to group by the Room

Link copied to clipboard

Configuration data for the room.