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

    Type Alias ClassicSetDevicePostData<T>

    ClassicSetDevicePostData: ClassicBaseDevicePostData & Required<
        ClassicUpdateDeviceData<T>,
    >

    POST body for Device/Set{Ata,Atw,Erv} — base header plus every required field for the device type.

    Type Parameters

    • T extends ClassicDeviceType

      Device type whose mutable fields, made required, form the body alongside the base header.