Heatzy API for Node.js - v13.0.0
    Preparing search index...

    Interface Attributes

    Live attribute payload returned by /devdata/{did}/latest. Extends the writable set with the read-only measures; field names mirror the Gizwits wire verbatim (cur_tempH, cft_temp…) — do not rename them to satisfy style rules.

    interface Attributes {
        cft_temp?: number;
        cft_tempH?: number;
        cft_tempL?: number;
        com_temp?: TemperatureCompensation;
        cur_humi?: number;
        cur_mode?: Mode;
        cur_temp?: number;
        cur_tempH?: number;
        cur_tempL?: number;
        derog_mode?: DerogationMode;
        derog_time?: number;
        eco_temp?: number;
        eco_tempH?: number;
        eco_tempL?: number;
        LOCK_C?: Switch;
        lock_switch?: Switch;
        mode: Mode;
        on_off?: Switch;
        timer_switch?: Switch;
        window_switch?: Switch;
    }

    Hierarchy (View Summary)

    Index
    cft_temp?: number
    cft_tempH?: number
    cft_tempL?: number
    cur_humi?: number
    cur_mode?: Mode
    cur_temp?: number
    cur_tempH?: number
    cur_tempL?: number
    derog_mode?: DerogationMode
    derog_time?: number
    eco_temp?: number
    eco_tempH?: number
    eco_tempL?: number
    LOCK_C?: Switch
    lock_switch?: Switch
    mode: Mode
    on_off?: Switch
    timer_switch?: Switch
    window_switch?: Switch