Source code for lpf2.battery_type

"""Battery-type codes advertised by a hub."""

[docs] NORMAL: int = 0x00
"""Non-rechargeable (AA / AAA)."""
[docs] RECHARGEABLE: int = 0x01
"""Rechargeable pack."""