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
constructor(metadata: SegmentMetadata, children: List<ResourceReference>)

Properties

Link copied to clipboard

Child resources to group by the Zone.

Link copied to clipboard

Configuration metadata for the Zone.