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

    Interface ClassicBaseGetDeviceData

    Shape returned by Device/Get for any device type — same body as a set-device payload but with EffectiveFlags pinned to the unchanged sentinel.

    interface ClassicBaseGetDeviceData {
        EffectiveFlags: 0;
        LastCommunication: string;
        NextCommunication: string;
        Offline: boolean;
        Power: boolean;
    }

    Hierarchy

    • ClassicBaseSetDeviceData
      • ClassicBaseGetDeviceData
    Index
    EffectiveFlags: 0
    LastCommunication: string
    NextCommunication: string
    Offline: boolean
    Power: boolean