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

    Interface ClassicBaseDevicePostData

    Common header fields for any Device/Set* POST body: target id and the bitfield identifying which mutated fields should be applied.

    interface ClassicBaseDevicePostData {
        DeviceID: ClassicDeviceID;
        EffectiveFlags: number;
    }
    Index
    DeviceID: ClassicDeviceID
    EffectiveFlags: number