Skip to content

Commit e1d550e

Browse files
committed
Set NodeAddRequest _reply_identifier to None
1 parent 9c234fc commit e1d550e

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
@@ -414,6 +414,7 @@ class NodeAddRequest(PlugwiseRequest):
414414
"""
415415

416416
_identifier = b"0007"
417+
_reply_identifier = None
417418

418419
def __init__(
419420
self,

0 commit comments

Comments
 (0)