We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9601e commit a7c4ad3Copy full SHA for a7c4ad3
plugwise/data.py
@@ -58,7 +58,7 @@ def _update_gw_devices(self) -> None:
58
for device_id, device in self.gw_devices.items():
59
data = self._get_device_data(device_id)
60
if device_id == self.gateway_id:
61
- mac_list = self._detect_low_batteries(device_id, device, data)
+ mac_list = self._detect_low_batteries()
62
self._add_or_update_notifications(device_id, device, data)
63
64
device.update(data)
0 commit comments