ixfx
    Preparing search index...

    Type Alias TrackChangeResult

    type TrackChangeResult = {
        changed: boolean;
        changes: number;
        identicalRun: number;
        total: number;
    }
    Index

    Properties

    changed: boolean

    If value has changed

    changes: number

    Number of times value has changed for duration of monitor

    identicalRun: number

    Number of times the same value has come up in a row

    total: number

    Number of values total