CompensatedPressureComponent: {
    attributes: {
        maxCompPressure: FixedAttribute<number | null, any>;
        minCompPressure: FixedAttribute<number | null, any>;
    };
}

A PumpConfigurationAndControlCluster supports these elements if it supports feature CompensatedPressure.

Type declaration

  • Readonlyattributes: {
        maxCompPressure: FixedAttribute<number | null, any>;
        minCompPressure: FixedAttribute<number | null, any>;
    }
    • ReadonlymaxCompPressure: FixedAttribute<number | null, any>

      This attribute specifies the maximum compensated pressure the pump can achieve when it is working with the ControlMode attribute set to ProportionalPressure.

      Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.

      MatterSpecification.v13.Cluster § 4.2.7.7

    • ReadonlyminCompPressure: FixedAttribute<number | null, any>

      This attribute specifies the minimum compensated pressure the pump can achieve when it is working with the ControlMode attribute set to ProportionalPressure.

      Valid range is –3,276.7 kPa to 3,276.7 kPa (steps of 0.1 kPa). Null if the value is invalid.

      MatterSpecification.v13.Cluster § 4.2.7.6