Skip to content

Commit 424221f

Browse files
committed
Hardcode reset-logaddress
1 parent cc347e9 commit 424221f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugwise_usb/messages/requests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,9 @@ def __init__(
764764
day_of_week = Int(dt.weekday(), 2)
765765
if reset:
766766
self._args += [
767-
this_date,
768-
LogAddr(LOGADDR_OFFSET, 8, False),
767+
this_date,
768+
#LogAddr(LOGADDR_OFFSET, 8, False),
769+
String("00044000", 8),
769770
this_time,
770771
day_of_week,
771772
]

0 commit comments

Comments
 (0)