Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
Add minor V80 #255
  • Loading branch information
BenPru authored Sep 29, 2024
1 parent 881762a commit 45088f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/luxtronik/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class DeviceKey(StrEnum):
class FirmwareVersionMinor(Enum):
"""Firmware minor versions."""

minor_80: Final = 80
minor_88: Final = 88


Expand Down

0 comments on commit 45088f8

Please sign in to comment.