Skip to content

Commit e723f7b

Browse files
committed
Add _reply_identifiler for NodeAddRequest
1 parent 73e9b41 commit e723f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ class NodeAddRequest(PlugwiseRequest):
413413
"""
414414

415415
_identifier = b"0007"
416+
_reply_identifier = b"0061"
416417

417418
def __init__(
418419
self,

0 commit comments

Comments
 (0)