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 3ad05eb commit c346bf1Copy full SHA for c346bf1
2 files changed
anthemav/protocol.py
@@ -393,7 +393,7 @@ def _parse_message(self, data):
393
self.log.debug("no new data encountered")
394
395
if not recognized:
396
- self.log.warning("Unrecognized response: %s", data)
+ self.log.debug("Unrecognized response: %s", data)
397
398
def query(self, item):
399
"""Issue a raw query to the device for an item.
setup.py
@@ -11,7 +11,7 @@ def readme():
11
12
setup(
13
name="anthemav",
14
- version="1.1.10",
+ version="1.2.0",
15
author="David McNett",
16
author_email="nugget@macnugget.org",
17
url="https://github.com/nugget/python-anthemav",
0 commit comments