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 87bbfc3 commit f82b388Copy full SHA for f82b388
plugwise/smile.py
@@ -1394,6 +1394,7 @@ async def async_update(self) -> PlugwiseData:
1394
raise DataMissingError("No Plugwise actual data received") from err
1395
1396
LOGGER.debug("HOI 2c gateway_id: %s", self.gateway_id)
1397
+ LOGGER.debug("HOI 2c last-active: %s", self._last_active)
1398
return PlugwiseData(
1399
devices=self.gw_entities,
1400
gateway=self.gw_data,
0 commit comments