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

    Interface PostAttributes

    Writable attribute set accepted by /control/{did}. Availability is product-dependent — the comments group fields by the generations that support them.

    interface PostAttributes {
        cft_temp?: number;
        cft_tempH?: number;
        cft_tempL?: number;
        com_temp?: TemperatureCompensation;
        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
    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