We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8208996 commit 08e4ac5Copy full SHA for 08e4ac5
1 file changed
plugwise_usb/messages/responses.py
@@ -337,7 +337,7 @@ class CirclePlusConnectResponse(PlugwiseResponse):
337
338
def __init__(self) -> None:
339
"""Initialize CirclePlusConnectResponse message object."""
340
- super().__init__(b"0005")
+ super().__init__(b"0005", decode_mac=False)
341
self.existing = Int(0, length=2)
342
self.allowed = Int(0, length=2)
343
self._params += [self.existing, self.allowed]
0 commit comments