Skip to content

Commit b51f296

Browse files
committed
Add missing count
1 parent 546910b commit b51f296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
168168
self._count += 1
169169
else:
170170
data["control_state"] = "idle"
171+
self._count += 1
171172
# control_state not present in regulation+mode off (issue #776)
172173
elif self.smile_version >= version.parse("3.2.0"):
173174
data["control_state"] = "idle"

0 commit comments

Comments
 (0)