We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e4ac5 commit f989ab3Copy full SHA for f989ab3
1 file changed
plugwise_usb/messages/responses.py
@@ -50,6 +50,7 @@ class StickResponseType(bytes, Enum):
50
51
ACCEPT = b"00C1"
52
FAILED = b"00C2"
53
+ UNKNOWN = b"00C3"
54
TIMEOUT = b"00E1"
55
56
0 commit comments