Skip to content

Commit c16121c

Browse files
committed
Disable no_response_expected for NodeAddRequest
1 parent 78e9949 commit c16121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def __init__(
428428
accept: bool,
429429
) -> None:
430430
"""Initialize NodeAddRequest message object."""
431-
super().__init__(send_fn, mac, node_response=False)
431+
super().__init__(send_fn, mac)
432432
accept_value = 1 if accept else 0
433433
self._args.append(Int(accept_value, length=2))
434434

0 commit comments

Comments
 (0)