Skip to content

Commit f82b388

Browse files
committed
Debug
1 parent 87bbfc3 commit f82b388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/smile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,7 @@ async def async_update(self) -> PlugwiseData:
13941394
raise DataMissingError("No Plugwise actual data received") from err
13951395

13961396
LOGGER.debug("HOI 2c gateway_id: %s", self.gateway_id)
1397+
LOGGER.debug("HOI 2c last-active: %s", self._last_active)
13971398
return PlugwiseData(
13981399
devices=self.gw_entities,
13991400
gateway=self.gw_data,

0 commit comments

Comments
 (0)