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 e74a7cd commit 29f7701Copy full SHA for 29f7701
plugwise_usb/messages/responses.py
@@ -60,7 +60,6 @@ class NodeResponseType(bytes, Enum):
60
CLOCK_ACCEPTED = b"00D7"
61
JOIN_ACCEPTED = b"00D9" # ack for CirclePlusAllowJoiningRequest with state true
62
NODE_RESET_ACK = b"00F2"
63
- # NODE_RESET_NACK = b"????"
64
POWER_LOG_INTERVAL_ACCEPTED = b"00F8" # ack for CircleMeasureIntervalRequest
65
REAL_TIME_CLOCK_ACCEPTED = b"00DF"
66
REAL_TIME_CLOCK_FAILED = b"00E7"
0 commit comments