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

    Interface HomeAtaDeviceData

    Wire-format MELCloud Home ATA device entry — extends the device-type agnostic HomeDeviceCommonData with ATA-specific transport (connectedInterface*, systemId, unitSettings) and narrows capabilities to the ATA shape.

    interface HomeAtaDeviceData {
        capabilities: HomeAtaDeviceCapabilities;
        connectedInterfaceIdentifier: string;
        connectedInterfaceType: HomeDeviceConnectedInterfaceType;
        displayIcon: string;
        frostProtection: HomeFrostProtection | null;
        givenDisplayName: string;
        holidayMode: HomeHolidayMode | null;
        id: string;
        isConnected: boolean;
        isInError: boolean;
        overheatProtection: HomeOverheatProtection | null;
        rssi: number;
        schedule: readonly Readonly<Record<string, unknown>>[];
        scheduleEnabled: boolean;
        settings: HomeDeviceSetting[];
        systemId: string | null;
        timeZone: string;
        unitSettings: Readonly<Record<string, unknown>> | null;
    }

    Hierarchy (View Summary)

    Index
    connectedInterfaceIdentifier: string
    connectedInterfaceType: HomeDeviceConnectedInterfaceType
    displayIcon: string
    frostProtection: HomeFrostProtection | null
    givenDisplayName: string
    holidayMode: HomeHolidayMode | null
    id: string
    isConnected: boolean
    isInError: boolean
    overheatProtection: HomeOverheatProtection | null
    rssi: number
    schedule: readonly Readonly<Record<string, unknown>>[]
    scheduleEnabled: boolean
    settings: HomeDeviceSetting[]
    systemId: string | null
    timeZone: string
    unitSettings: Readonly<Record<string, unknown>> | null