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 24a1c8c commit 67a12beCopy full SHA for 67a12be
plugwise/messages/responses.py
@@ -62,7 +62,8 @@ def deserialize(self, response):
62
response = response[16:]
63
64
response = self._parse_params(response)
65
- crc = response[:4]
+ # TODO: unused crc
66
+ # crc = response[:4]
67
68
if response[4:] != MESSAGE_FOOTER:
69
raise ProtocolError("Invalid message footer")
0 commit comments