PumpStatus: {
    deviceFault: BitFlag;
    localOverride: BitFlag;
    remoteFlow: BitFlag;
    remotePressure: BitFlag;
    remoteTemperature: BitFlag;
    running: BitFlag;
    speedHigh: BitFlag;
    speedLow: BitFlag;
    supplyFault: BitFlag;
}

Type declaration

  • deviceFault: BitFlag

    A fault related to the system or pump device is detected.

    If this bit is set, it may correspond to an event in the range 2-16, see Events.

    MatterSpecification.v13.Cluster § 4.2.6.1.1

  • localOverride: BitFlag

    Device control is overridden by hardware, such as an external STOP button or via a local HMI.

    While this bit is set, the EffectiveOperationMode is adjusted to Local. Any request changing OperationMode shall generate a FAILURE error status until LocalOverride is cleared on the physical device. When LocalOverride is cleared, the device shall return to the operation mode set in OperationMode.

    MatterSpecification.v13.Cluster § 4.2.6.1.3

  • remoteFlow: BitFlag

    A remote flow sensor is used as the sensor for the regulation of the pump.

    If this bit is set, EffectiveControlMode is ConstantFlow, and the setpoint for the pump is interpreted as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).

    MatterSpecification.v13.Cluster § 4.2.6.1.5

  • remotePressure: BitFlag

    A remote pressure sensor is used as the sensor for the regulation of the pump.

    If this bit is set, EffectiveControlMode is ConstantPressure and the setpoint for the pump is interpreted as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue]).

    MatterSpecification.v13.Cluster § 4.2.6.1.4

  • remoteTemperature: BitFlag

    A remote temperature sensor is used as the sensor for the regulation of the pump.

    If this bit is set, EffectiveControlMode is ConstantTemperature, and the setpoint for the pump is interpreted as a percentage of the range of the remote sensor ([MinMeasuredValue – MaxMeasuredValue])

    MatterSpecification.v13.Cluster § 4.2.6.1.6

  • running: BitFlag

    Pump is currently running

  • speedHigh: BitFlag

    Setpoint is too high to achieve.

  • speedLow: BitFlag

    Setpoint is too low to achieve.

  • supplyFault: BitFlag

    A fault related to the supply to the pump is detected.

    If this bit is set, it may correspond to an event in the range 0-1 or 13, see Events.

    MatterSpecification.v13.Cluster § 4.2.6.1.2

MatterSpecification.v13.Cluster § 4.2.6.1