Skip to content

Commit f1ee968

Browse files
committed
Debug
1 parent 063b501 commit f1ee968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/smile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
DOMAIN_OBJECTS,
1818
GATEWAY_REBOOT,
1919
LOCATIONS,
20+
LOGGER,
2021
MAX_SETPOINT,
2122
MIN_SETPOINT,
2223
NOTIFICATIONS,
@@ -120,6 +121,7 @@ def get_all_devices(self) -> None:
120121
self.gw_devices.update(group_data)
121122

122123
# Collect the remaining data for all devices
124+
LOGGER.debug("HOI all_devices: %s", self.gw_devices)
123125
self._all_device_data()
124126

125127
async def async_update(self) -> PlugwiseData:

0 commit comments

Comments
 (0)