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

    Variable ControlKindConst

    ControlKind: {
        Level: ControlKind;
        Monitor: ControlKind;
        Setpoint: ControlKind;
        Surge: ControlKind;
    } = ...

    Which control policy a profile applies to each reading.

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

    Type Declaration

    • ReadonlyLevel: ControlKind

      Watch a falling level and warn before it reaches empty.

    • ReadonlyMonitor: ControlKind

      Report readings only, with no output and no alerts.

    • ReadonlySetpoint: ControlKind

      Hold a reading near a setpoint by switching an output on and off.

    • ReadonlySurge: ControlKind

      Warn when a reading changes faster than a limit.