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 d453814 commit 549ee32Copy full SHA for 549ee32
plugwise/helper.py
@@ -1287,8 +1287,8 @@ def _power_data_from_modules(self) -> DeviceData:
1287
for loc.log_type in mod_list:
1288
for loc.peak_select in peak_list:
1289
loc.locator = (
1290
- f"./{mod.meas_list[0]}_{mod.log_type}/measurement"
1291
- f'[@directionality="{mod.meas_list[1]}"][@{t_string}="{mod.peak_select}"]'
+ f"./{loc.meas_list[0]}_{loc.log_type}/measurement"
+ f'[@directionality="{loc.meas_list[1]}"][@{t_string}="{loc.peak_select}"]'
1292
)
1293
loc = self._power_data_peak_value(direct_data, loc)
1294
if not loc.found:
0 commit comments