Vallox.js
    Preparing search index...

    Interface UnitUptime

    Cumulative and current-session runtime of the ventilation unit.

    interface UnitUptime {
        currentSessionHours: number;
        totalHours: number;
    }
    Index
    currentSessionHours: number

    Runtime since the unit's most recent power-on, in hours.

    totalHours: number

    Total lifetime runtime, in hours.