src.bluetooth_sig.gatt.characteristics.power_specification¶
Power Specification characteristic implementation.
Attributes¶
Name | Description |
|---|---|
Classes¶
Name | Description |
|---|---|
Power Specification characteristic (0x2B06). |
|
Data class for Power Specification characteristic. |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.power_specification.PowerSpecificationCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[PowerSpecificationData]Power Specification characteristic (0x2B06).
org.bluetooth.characteristic.power_specification
The Power Specification characteristic is used to represent a specification of power values.
- class src.bluetooth_sig.gatt.characteristics.power_specification.PowerSpecificationData(minimum: float | None, typical: float | None, maximum: float | None)¶
Data class for Power Specification characteristic.
- maximum¶
- minimum¶
- typical¶
- src.bluetooth_sig.gatt.characteristics.power_specification.VALUE_NOT_VALID = 16777214¶
- src.bluetooth_sig.gatt.characteristics.power_specification.VALUE_UNKNOWN = 16777215¶