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

    Interface HomeDeviceCommonData

    Fields shared by every MELCloud Home device wrapper, regardless of connection type. ATA and ATW data interfaces extend this with their type-specific extras (connectedInterface*/systemId/unitSettings for ATA, macAddress/ftcModel for ATW).

    interface HomeDeviceCommonData {
        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[];
        timeZone: string;
    }

    Hierarchy (View Summary)

    Index
    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[]
    timeZone: string