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

    Interface ListDevice<T>

    interface ListDevice<T extends DeviceType> {
        AreaID: number | null;
        BuildingID: number;
        Device: ListDeviceData<T>;
        DeviceID: number;
        DeviceName: string;
        FloorID: number | null;
        Type: T;
    }

    Type Parameters

    Hierarchy

    • BaseListDevice<T>
      • ListDevice
    Index

    Properties

    AreaID: number | null
    BuildingID: number
    Device: ListDeviceData<T>
    DeviceID: number
    DeviceName: string
    FloorID: number | null
    Type: T