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

    Interface UpdateDeviceDataAta

    interface UpdateDeviceDataAta {
        OperationMode?: OperationMode;
        Power?: boolean;
        SetFanSpeed?: NonSilentFanSpeed;
        SetTemperature?: number;
        VaneHorizontal?: Horizontal;
        VaneVertical?: Vertical;
    }

    Hierarchy

    • BaseUpdateDeviceData
      • UpdateDeviceDataAta
    Index

    Properties

    OperationMode?: OperationMode
    Power?: boolean
    SetFanSpeed?: NonSilentFanSpeed
    SetTemperature?: number
    VaneHorizontal?: Horizontal
    VaneVertical?: Vertical