node-tado-client
    Preparing search index...

    Type Alias ZoneOpenWindowDetection

    type ZoneOpenWindowDetection = {
        enabled: boolean;
        supported: boolean;
        timeoutInSeconds: number;
    }
    Index

    Properties

    enabled: boolean
    supported: boolean
    timeoutInSeconds: number