We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546910b commit b51f296Copy full SHA for b51f296
plugwise/data.py
@@ -168,6 +168,7 @@ def _get_location_data(self, loc_id: str) -> GwEntityData:
168
self._count += 1
169
else:
170
data["control_state"] = "idle"
171
+ self._count += 1
172
# control_state not present in regulation+mode off (issue #776)
173
elif self.smile_version >= version.parse("3.2.0"):
174
0 commit comments