pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable AlertKindConst

    AlertKind: {
        ChangingFast: AlertKind;
        OutOfRange: AlertKind;
        RunningOut: AlertKind;
    } = ...

    Which threshold a reading crossed.

    Provided as a runtime object plus a matching string-union type.

    Type Declaration

    • ReadonlyChangingFast: AlertKind

      A reading is changing faster than its safe rate.

    • ReadonlyOutOfRange: AlertKind

      A controlled reading drifted outside its safe band.

    • ReadonlyRunningOut: AlertKind

      A falling level will reach empty within a few more samples.