Skip to content

Commit 9ee9714

Browse files
committed
Debug
1 parent 9b912a6 commit 9ee9714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,7 @@ def _power_data_peak_value(self, direct_data: DeviceData, loc: Munch) -> Munch:
12211221
f"./{loc.meas_list[0]}_{loc.log_type}/"
12221222
f'measurement[@directionality="{loc.meas_list[1]}"]'
12231223
)
1224+
LOGGER.debug("HOI new locator: %s", loc.locator)
12241225
if loc.logs.find(loc.locator) is None:
12251226
loc.found = False
12261227
return loc

0 commit comments

Comments
 (0)