We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55e1e8 commit f06b67bCopy full SHA for f06b67b
plugwise_usb/messages/requests.py
@@ -481,11 +481,10 @@ class NodeResetRequest(PlugwiseRequest):
481
"""TODO:Some kind of reset request.
482
483
Supported protocols : 1.0, 2.0, 2.1
484
- Response message : NodeResponse with NODE_RESET_ACK/NACK
+ Response message : NodeResponse with NODE_RESET_ACK/NACK (@dirixmjm & @bouwew 20250910)
485
"""
486
487
_identifier = b"0009"
488
- # _reply_identifier is b"0000'with NODE_RESET_ACK, not b"0003" @dirixmjm & @bouwew 20250910
489
490
def __init__(
491
self,
0 commit comments