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

    Interface HomeDeviceZone

    Device node of the flattened Home zone list. deviceType keeps the consumer app's short connection tags (ata/atw).

    interface HomeDeviceZone {
        buildingName: string;
        deviceType: "ata" | "atw";
        id: string;
        level: 1;
        model: "homeDevices";
        name: string;
    }
    Index
    buildingName: string
    deviceType: "ata" | "atw"
    id: string
    level: 1
    model: "homeDevices"
    name: string