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

    Class ClassicArea<T>

    ClassicArea model representing a zone within a building or floor.

    Type Parameters

    • T extends number | null = number | null

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

    Hierarchy

    • BaseModel
      • ClassicArea
    Index
    buildingId: number
    floorId: number | null
    id: number
    modelKind: "area" = 'area'
    name: string