Skip to content

Commit 67a12be

Browse files
committed
Re-remove crc
1 parent 24a1c8c commit 67a12be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/messages/responses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def deserialize(self, response):
6262
response = response[16:]
6363

6464
response = self._parse_params(response)
65-
crc = response[:4]
65+
# TODO: unused crc
66+
# crc = response[:4]
6667

6768
if response[4:] != MESSAGE_FOOTER:
6869
raise ProtocolError("Invalid message footer")

0 commit comments

Comments
 (0)