Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Nov 12, 2024
1 parent 6899e74 commit 8845943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hahomematic/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ class ParameterType(StrEnum):
EventType.KEYPRESS,
)

# channel_address, paramset_key,parameter
# interface_id, channel_address, paramset_key,parameter
DP_KEY = tuple[str, str, ParamsetKey, str]

HMIP_FIRMWARE_UPDATE_IN_PROGRESS_STATES: Final[tuple[DeviceFirmwareState, ...]] = (
Expand Down

0 comments on commit 8845943

Please sign in to comment.