Zone

@Serializable
data class Zone(val id: ResourceId, val services: List<ResourceReference>, val metadata: SegmentMetadata, val children: List<ResourceReference>)

State and capabilities of a zone resource.

Constructors

Link copied to clipboard
fun Zone(id: ResourceId, services: List<ResourceReference>, metadata: SegmentMetadata, children: List<ResourceReference>)

Properties

Link copied to clipboard

Children devices of this zone.

Link copied to clipboard

Unique v2 ID for the zone.

Link copied to clipboard

Configuration metatdata for the room/zone type.

Link copied to clipboard

References all services aggregating control and state of children in the group.