MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface HomeBuilding

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

    Properties

    airToAirUnits: HomeDevice[]
    airToWaterUnits: HomeDevice[]
    id: string
    name: string
    timezone: string