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

    Interface HomeBuildingDevices

    Devices of one /context building sharing a connection type — the account-level grouping the registry derives from its devices.

    interface HomeBuildingDevices {
        devices: HomeDevice<HomeDeviceData>[];
        id: string;
        name: string;
    }
    Index
    id: string
    name: string