Vallox.js
    Preparing search index...

    Type Alias ScheduleSlot

    ScheduleSlot: typeof ScheduleSlot[keyof typeof ScheduleSlot]

    A single schedule slot value representing the ventilation profile assigned to that hour of the week. Reverse-engineered from a live unit's web UI (clicking through a schedule cell's states while reading back the underlying register) — undocumented in the Modbus RTU manual.

    STANDBY (5) powers the unit off for that hour: confirmed by watching a live unit's ON_OFF register (see Registers.ON_OFF) flip to POWER_OFF when a scheduled Standby slot became active. There is no schedule slot for Mode.AUTOMATIC — the UI's per-cell click cycle never offers it.