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

    Interface BuildingWithStructure

    interface BuildingWithStructure {
        FPDefined: boolean;
        FPEnabled: boolean;
        FPMaxTemperature: number;
        FPMinTemperature: number;
        HMDefined: boolean;
        HMEnabled: boolean;
        HMEndDate: string | null;
        HMStartDate: string | null;
        ID: number;
        Location: number;
        Name: string;
        Structure: {
            Areas: readonly (
                AreaData<null> & { Devices: readonly ListDeviceAny[] }
            )[];
            Devices: readonly ListDeviceAny[];
            Floors: readonly (
                FloorData & {
                    Areas: readonly (
                        AreaData<number> & { Devices: readonly ListDeviceAny[] }
                    )[];
                    Devices: readonly ListDeviceAny[];
                }
            )[];
        };
        TimeZone: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    FPDefined: boolean
    FPEnabled: boolean
    FPMaxTemperature: number
    FPMinTemperature: number
    HMDefined: boolean
    HMEnabled: boolean
    HMEndDate: string | null
    HMStartDate: string | null
    ID: number
    Location: number
    Name: string
    Structure: {
        Areas: readonly (AreaData<null> & { Devices: readonly ListDeviceAny[] })[];
        Devices: readonly ListDeviceAny[];
        Floors: readonly (
            FloorData & {
                Areas: readonly (
                    AreaData<number> & { Devices: readonly ListDeviceAny[] }
                )[];
                Devices: readonly ListDeviceAny[];
            }
        )[];
    }
    TimeZone: number