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

    Interface ClassicAreaData<T>

    Wire-format area entry from ListDevices; FloorId is null when the area sits directly under the building, or a floor id otherwise.

    interface ClassicAreaData<T extends number | null> {
        BuildingId: ClassicBuildingID;
        FloorId: T;
        ID: number;
        Name: string;
    }

    Type Parameters

    • T extends number | null

      Type of the FloorId field: a floor id (number) when the area belongs to a floor, or null when it sits directly under the building.

    Hierarchy (View Summary)

    Index
    BuildingId: ClassicBuildingID
    FloorId: T
    ID: number
    Name: string