src.bluetooth_sig.gatt.characteristics.volume_flow¶
Volume Flow characteristic (0x2B22).
Classes¶
Name | Description |
|---|---|
Volume Flow characteristic (0x2B22). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.volume_flow.VolumeFlowCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[float]Volume Flow characteristic (0x2B22).
org.bluetooth.characteristic.volume_flow
Volume flow in litres per second with a resolution of 0.001 (1 mL). M=1, d=-3, b=0 → scale factor 0.001. A value of 0xFFFF represents ‘value is not known’.
- Raises:
SpecialValueDetectedError – If raw value is a sentinel (e.g. 0xFFFF).