Skip to content

Commit

Permalink
Only define self._count
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Oct 8, 2023
1 parent 5fac40e commit 07f31e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugwise/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def __init__(self) -> None:
self._cooling_activation_outdoor_temp: float
self._cooling_deactivation_threshold: float
self._cooling_present = False
self._count: int = 0
self._count: int
self._dhw_allowed_modes: list[str] = []
self._domain_objects: etree
self._elga = False
Expand Down

0 comments on commit 07f31e7

Please sign in to comment.