node-tado-client
    Preparing search index...

    Type Alias Zone

    type Zone = {
        dateCreated: string;
        dazzleEnabled: boolean;
        dazzleMode: ZoneDazzleMode;
        devices: ZoneDevice[];
        deviceTypes: DeviceType[];
        id: number;
        name: string;
        openWindowDetection: ZoneOpenWindowDetection;
        reportAvailable: boolean;
        showScheduleSetup: boolean;
        supportsDazzle: boolean;
        type: ZoneType;
    }
    Index

    Properties

    dateCreated: string
    dazzleEnabled: boolean
    dazzleMode: ZoneDazzleMode
    devices: ZoneDevice[]
    deviceTypes: DeviceType[]
    id: number
    name: string
    openWindowDetection: ZoneOpenWindowDetection
    reportAvailable: boolean
    showScheduleSetup: boolean
    supportsDazzle: boolean
    type: ZoneType