Skip to content

Commit 1487964

Browse files
committed
Add count, debug 3
1 parent 2cffa09 commit 1487964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,10 @@ def _get_groups(self) -> dict[str, GwEntityData]:
229229
locator = f'logs/point_log[type="{measurement}"]/period/measurement'
230230
if (group_meas_loc := group.find(locator)) is not None:
231231
common_match_cases(measurement, attrs, group_meas_loc, groups[group_id])
232+
self._count += 1
232233

233-
LOGGER.debug("HOI groups-id: %s", groups[group_id])
234234

235+
LOGGER.debug("HOI groups: %s", groups)
235236
return groups
236237

237238
def _get_lock_state(

0 commit comments

Comments
 (0)