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 bebd9b8 commit 58a83c4Copy full SHA for 58a83c4
plugwise/nodes/circle.py
@@ -806,7 +806,7 @@ def sync_clock(self, max_drift=0):
806
self.set_clock()
807
808
def _energy_timestamp_memory_address(self, utc_timestamp: datetime):
809
- """Return memory addres for given energy counter timestamp"""
+ """Return memory address for given energy counter timestamp"""
810
_utc_now_timestamp = datetime.utcnow().replace(
811
minute=0, second=0, microsecond=0
812
)
0 commit comments