node-tado-client
    Preparing search index...

    Type Alias Installation

    type Installation = {
        devices: Device[];
        id: number;
        revision: number;
        state: ACInstallationState | HeatingInstallationState;
        type: InstallationType | null;
    }
    Index

    Properties

    devices: Device[]
    id: number
    revision: number
    type: InstallationType | null