src.bluetooth_sig.gatt.characteristics.luminous_exposure¶
Luminous Exposure characteristic (0x2BF3).
Classes¶
Name | Description |
|---|---|
Luminous Exposure characteristic (0x2BF3). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.luminous_exposure.LuminousExposureCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]Luminous Exposure characteristic (0x2BF3).
org.bluetooth.characteristic.luminous_exposure
Luminous exposure in lux hours with a resolution of 1000. A value of 0xFFFFFF represents ‘value is not known’.
- Raises:
SpecialValueDetectedError – If raw value is a sentinel (e.g. 0xFFFFFF).