Skip to content

Commit 2cffa09

Browse files
committed
Debug 2
1 parent 0d93f01 commit 2cffa09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ def _get_groups(self) -> dict[str, GwEntityData]:
230230
if (group_meas_loc := group.find(locator)) is not None:
231231
common_match_cases(measurement, attrs, group_meas_loc, groups[group_id])
232232

233+
LOGGER.debug("HOI groups-id: %s", groups[group_id])
234+
233235
return groups
234236

235237
def _get_lock_state(

0 commit comments

Comments
 (0)