Vallox.js
    Preparing search index...

    Variable ProfileConst

    Profile: {
        AUTOMATIC: 6;
        AWAY: 2;
        BOOST: 3;
        CUSTOM: 4;
        EXTRA: 5;
        FIREPLACE: 4;
        HOME: 1;
        NONE: 0;
    } = ...

    Profile const for backward compatibility with the original API. Maps to Mode and timed modes internally.

    FIREPLACE and CUSTOM are the same profile (value 4) under two names: the unit's own firmware renamed "Fireplace" to "Custom" in 2.0.20, and its current web UI/app only ever say "Custom" — CUSTOM is the name that matches what's on screen today. FIREPLACE is kept, unchanged, for backward compatibility with the original homebridge-vallox API this library's Profile numbering was modeled on.

    Type Declaration

    • ReadonlyAUTOMATIC: 6

      Added in unit firmware 3.1.4. See Mode.AUTOMATIC for how it's encoded on the wire.

    • ReadonlyAWAY: 2
    • ReadonlyBOOST: 3
    • ReadonlyCUSTOM: 4
    • ReadonlyEXTRA: 5
    • ReadonlyFIREPLACE: 4
    • ReadonlyHOME: 1
    • ReadonlyNONE: 0