SegmentMetadataUpdate

data class SegmentMetadataUpdate(val archetype: SegmentArchetype? = null, val name: String? = null)

Configuration data for a segment of devices, such as a room or zone.@author

This represents the modifyable options for SegmentMetadata as optional properties.

Constructors

Link copied to clipboard
fun SegmentMetadataUpdate(archetype: SegmentArchetype? = null, name: String? = null)

Properties

Link copied to clipboard

Category of type/purpose of the segment

Link copied to clipboard
val name: String? = null

Human readable name of the room.