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

    Type Alias ClassicTilesPostData<T>

    ClassicTilesPostData: { DeviceIDs: number | readonly number[] } & (
        T extends ClassicDeviceType
            ? { SelectedBuilding: number; SelectedDevice: number }
            : { SelectedBuilding?: null; SelectedDevice?: null }
    )

    POST body for Tile/Get2; conditionally requires SelectedBuilding + SelectedDevice when scoped to a single device.

    Type Parameters

    • T extends ClassicDeviceType | null

      Type of the selected device, or null when the request is not scoped to a single device.