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

    Interface HomeAtwDeviceData

    Wire-format MELCloud Home ATW device entry — extends HomeDeviceCommonData with the ATW-specific FTC controller model and the WiFi adapter MAC address.

    interface HomeAtwDeviceData {
        capabilities: HomeAtwDeviceCapabilities;
        displayIcon: string;
        frostProtection: HomeFrostProtection | null;
        ftcModel: string;
        givenDisplayName: string;
        holidayMode: HomeHolidayMode | null;
        id: string;
        isConnected: boolean;
        isInError: boolean;
        macAddress: string;
        overheatProtection: HomeOverheatProtection | null;
        rssi: number;
        schedule: readonly Readonly<Record<string, unknown>>[];
        scheduleEnabled: boolean;
        settings: HomeDeviceSetting[];
        timeZone: string;
    }

    Hierarchy (View Summary)

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