src.bluetooth_sig.gatt.characteristics.day_of_week¶
Day of Week characteristic implementation.
Classes¶
Name | Description |
|---|---|
Day of Week characteristic (0x2A09). |
Module Contents¶
- class src.bluetooth_sig.gatt.characteristics.day_of_week.DayOfWeekCharacteristic(info: src.bluetooth_sig.types.CharacteristicInfo | None = None, validation: src.bluetooth_sig.gatt.characteristics.characteristic_meta.ValidationConfig | None = None)¶
Bases:
src.bluetooth_sig.gatt.characteristics.base.BaseCharacteristic[src.bluetooth_sig.types.gatt_enums.DayOfWeek]Day of Week characteristic (0x2A09).
org.bluetooth.characteristic.day_of_week
Represents the day of the week as an 8-bit enumeration (1=Monday, 7=Sunday).