src.bluetooth_sig.gatt.characteristics.light_output¶
Light Output characteristic (0x2BF0).
Classes¶
Name | Description |
|---|---|
Light Output characteristic (0x2BF0). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.light_output.LightOutputCharacteristic¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[int]Light Output characteristic (0x2BF0).
org.bluetooth.characteristic.light_output
Light output in lumens with a resolution of 1. A value of 0xFFFFFE represents ‘value is not valid’.
- Raises:
SpecialValueDetectedError – If raw value is a sentinel (e.g. 0xFFFFFE).