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

    Interface ClassicUpdateDeviceDataErv

    Mutable subset of an ERV device's data; every field is optional so callers can push partial updates.

    interface ClassicUpdateDeviceDataErv {
        Power?: boolean;
        SetFanSpeed?: ClassicNonSilentFanSpeed;
        VentilationMode?: ClassicVentilationMode;
    }

    Hierarchy

    • ClassicBaseUpdateDeviceData
      • ClassicUpdateDeviceDataErv
    Index
    Power?: boolean
    VentilationMode?: ClassicVentilationMode