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

    Interface ClassicSetPowerPostData

    POST body for Device/Power.

    interface ClassicSetPowerPostData {
        DeviceIds: ClassicDeviceID | readonly ClassicDeviceID[];
        Power: boolean;
    }
    Index
    DeviceIds: ClassicDeviceID | readonly ClassicDeviceID[]
    Power: boolean