equation-connect
    Preparing search index...

    Interface ZoneOverviewType

    interface ZoneOverviewType {
        comfort: number;
        devices?: { [key: string]: boolean };
        eco: number;
        id: string;
        mode: string;
        name: string;
        power: boolean;
        status: DeviceStatus;
        temp: number;
        type: string;
    }
    Index
    comfort: number
    devices?: { [key: string]: boolean }
    eco: number
    id: string
    mode: string
    name: string
    power: boolean
    status: DeviceStatus
    temp: number
    type: string