src.bluetooth_sig.gatt.characteristics.electric_current_statistics

Electric Current Statistics characteristic implementation.

Classes

Name

Description

ElectricCurrentStatisticsCharacteristic

Electric Current Statistics characteristic (0x2AF1).

ElectricCurrentStatisticsData

Data class for electric current statistics.

Module Contents

class src.bluetooth_sig.gatt.characteristics.electric_current_statistics.ElectricCurrentStatisticsCharacteristic

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

Electric Current Statistics characteristic (0x2AF1).

org.bluetooth.characteristic.electric_current_statistics

Electric Current Statistics characteristic.

Provides statistical current data (min, max, average over time).

expected_length: int = 6
class src.bluetooth_sig.gatt.characteristics.electric_current_statistics.ElectricCurrentStatisticsData

Bases: msgspec.Struct

Data class for electric current statistics.

average: float
maximum: float
minimum: float