src.bluetooth_sig.gatt.characteristics.barometric_pressure_trend¶
Barometric Pressure Trend characteristic implementation.
Classes¶
Name | Description |
|---|---|
Barometric pressure trend enumeration. |
|
Barometric Pressure Trend characteristic (0x2AA3). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.barometric_pressure_trend.BarometricPressureTrend¶
Bases:
enum.IntEnumBarometric pressure trend enumeration.
- classmethod from_value(value: int) BarometricPressureTrend¶
Create enum from integer value with fallback to UNKNOWN.
- CONTINUOUSLY_FALLING = 1¶
- CONTINUOUSLY_RISING = 2¶
- FALLING_BEFORE_GREATER_RISE = 6¶
- FALLING_BEFORE_LESSER_RISE = 5¶
- FALLING_THEN_STEADY = 3¶
- RISING_BEFORE_GREATER_FALL = 7¶
- RISING_BEFORE_LESSER_FALL = 8¶
- RISING_THEN_STEADY = 4¶
- STEADY = 9¶
- UNKNOWN = 0¶
- class src.bluetooth_sig.gatt.characteristics.barometric_pressure_trend.BarometricPressureTrendCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[BarometricPressureTrend]Barometric Pressure Trend characteristic (0x2AA3).
org.bluetooth.characteristic.barometric_pressure_trend
Barometric pressure trend characteristic.
Represents the trend observed for barometric pressure using enumerated values.