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

    Type Alias TilesPostData<T>

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

    Type Parameters