ZoneCreateParameters

@Serializable
data class ZoneCreateParameters(val metadata: SegmentMetadata, val children: List<ResourceReference>)

Parameters used for creating a new Zone on the Hue bridge

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Child resources to group by the Zone.

Link copied to clipboard

Configuration metadata for the Zone.