Vallox.js
    Preparing search index...

    Interface HistorySample

    One logged sample from the unit's history buffers.

    interface HistorySample {
        channel: HistoryChannel;
        timestamp: Date;
        value: number;
    }
    Index
    timestamp: Date

    Minute-resolution timestamp reconstructed from the unit's clock at log time.

    value: number

    Raw register value; see HistoryChannel doc for units/conversion.