package domain type Switch struct { EntityID EntityID FriendlyName string State string // "on" | "off" | "unavailable" DeviceClass string // e.g. "switch" }