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

    Interface TilesData<T>

    interface TilesData<T extends DeviceType | null> {
        SelectedDevice: T extends DeviceType ? GetDeviceData<T> : null;
        Tiles: readonly {
            Device: number;
            Offline: boolean;
            Power: boolean;
            RoomTemperature: number;
            RoomTemperature2: number;
            TankWaterTemperature: number;
        }[];
    }

    Type Parameters

    Index

    Properties

    SelectedDevice: T extends DeviceType ? GetDeviceData<T> : null
    Tiles: readonly {
        Device: number;
        Offline: boolean;
        Power: boolean;
        RoomTemperature: number;
        RoomTemperature2: number;
        TankWaterTemperature: number;
    }[]