node-tado-client
    Preparing search index...

    Type Alias ZoneControl

    type ZoneControl = {
        duties: {
            drivers: Device[];
            leader: Device;
            type: ZoneType;
            uis: Device[];
        };
        earlyStartEnabled: boolean;
        heatingCircuit?: number;
        type: ZoneType;
    }
    Index

    Properties

    duties: { drivers: Device[]; leader: Device; type: ZoneType; uis: Device[] }
    earlyStartEnabled: boolean
    heatingCircuit?: number
    type: ZoneType