Skip to content

Commit 71c8877

Browse files
committed
Correct comment
1 parent af69c46 commit 71c8877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugwise_usb/messages/requests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,8 +1517,8 @@ class CircleRelayInitStateRequest(PlugwiseRequest):
15171517
"""
15181518

15191519
_identifier = b"0138" # PWCircleGetSetInitialRelaisStateRequestV2_6
1520-
_reply_identifier = b"0139" # PWCircleGetSetInitialRelaisStateReplyV2_6
1521-
_reply_identifier_2 = b"0100"
1520+
_reply_identifier = b"0139" # CircleRelayInitStateResponse
1521+
_reply_identifier_2 = b"0100" # NodeAckResponse
15221522

15231523
def __init__(
15241524
self,

0 commit comments

Comments
 (0)