Skip to content

Commit f989ab3

Browse files
committed
Add unknown StickResponseType 00C3
1 parent 08e4ac5 commit f989ab3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugwise_usb/messages/responses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class StickResponseType(bytes, Enum):
5050

5151
ACCEPT = b"00C1"
5252
FAILED = b"00C2"
53+
UNKNOWN = b"00C3"
5354
TIMEOUT = b"00E1"
5455

5556

0 commit comments

Comments
 (0)