src.bluetooth_sig.gatt.characteristics.rainfall

Rainfall characteristic implementation.

Classes

Name

Description

RainfallCharacteristic

Rainfall characteristic (0x2A78).

Module Contents

class src.bluetooth_sig.gatt.characteristics.rainfall.RainfallCharacteristic

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

Rainfall characteristic (0x2A78).

org.bluetooth.characteristic.rainfall

Rainfall characteristic.

Represents the amount of rain that has fallen in millimeters. Uses uint16 with 1 mm resolution (1:1 scaling).

resolution: float = 1.0