src.bluetooth_sig.gatt.characteristics.electric_current_range

Electric Current Range characteristic implementation.

Classes

Name

Description

ElectricCurrentRangeCharacteristic

Electric Current Range characteristic (0x2AEF).

ElectricCurrentRangeData

Data class for electric current range.

Module Contents

class src.bluetooth_sig.gatt.characteristics.electric_current_range.ElectricCurrentRangeCharacteristic

Bases: src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[ElectricCurrentRangeData]

Electric Current Range characteristic (0x2AEF).

org.bluetooth.characteristic.electric_current_range

Electric Current Range characteristic.

Specifies lower and upper current bounds (2x uint16).

expected_length: int = 4
class src.bluetooth_sig.gatt.characteristics.electric_current_range.ElectricCurrentRangeData

Bases: msgspec.Struct

Data class for electric current range.

max: float
min: float