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 b0018a3 commit ffdacafCopy full SHA for ffdacaf
plugwise_usb/nodes/circle.py
@@ -895,7 +895,7 @@ async def clock_synchronize(self) -> bool:
895
896
_LOGGER.warning(
897
"Reset realtime clock of node %s because time drifted %s seconds (max %s seconds)",
898
- self.name,
+ self._mac_in_str,
899
str(int(abs(clock_offset.total_seconds()))),
900
str(MAX_TIME_DRIFT),
901
)
plugwise_usb/nodes/circle_plus.py
@@ -96,7 +96,7 @@ async def clock_synchronize(self) -> bool:
96
97
98
"Reset realtime clock of node %s because time has drifted %s seconds while max drift is set to %s seconds)",
99
100
101
102
0 commit comments