MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface HomeBuilding

    Wire-format MELCloud Home building entry, splitting devices by their connection type (ATA vs ATW).

    interface HomeBuilding {
        airToAirUnits: HomeAtaDeviceData[];
        airToWaterUnits: HomeAtwDeviceData[];
        id: string;
        name: string;
        timezone: string;
    }
    Index
    airToAirUnits: HomeAtaDeviceData[]
    airToWaterUnits: HomeAtwDeviceData[]
    id: string
    name: string
    timezone: string