We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af69c46 commit 71c8877Copy full SHA for 71c8877
1 file changed
plugwise_usb/messages/requests.py
@@ -1517,8 +1517,8 @@ class CircleRelayInitStateRequest(PlugwiseRequest):
1517
"""
1518
1519
_identifier = b"0138" # PWCircleGetSetInitialRelaisStateRequestV2_6
1520
- _reply_identifier = b"0139" # PWCircleGetSetInitialRelaisStateReplyV2_6
1521
- _reply_identifier_2 = b"0100"
+ _reply_identifier = b"0139" # CircleRelayInitStateResponse
+ _reply_identifier_2 = b"0100" # NodeAckResponse
1522
1523
def __init__(
1524
self,
0 commit comments