SegmentMetadata

data class SegmentMetadata(val archetype: SegmentArchetype, val name: String)

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

Constructors

Link copied to clipboard
fun SegmentMetadata(archetype: SegmentArchetype, name: String)

Properties

Link copied to clipboard

Category of type/purpose of the segment

Link copied to clipboard

Human readable name of the room.