Async library to communicate with Heatmiser NeoHub 2 API
Go to file
Andrius Štikonas 6973ec8d17 Neohub can return invalid JSON. Assume that command failed.
E.g.

{"error":"Invalid argument to SET_TEMP_FORMAT, should be "C" or "F" "}

Correct JSON would be
{"error":"Invalid argument to SET_TEMP_FORMAT, should be \"C\" or \"F\" "}
2020-11-20 23:26:45 +00:00
LICENSES Async library to communicate with NeoHub2. 2020-11-20 18:47:02 +00:00
.gitignore Async library to communicate with NeoHub2. 2020-11-20 18:47:02 +00:00
__init__.py Async library to communicate with NeoHub2. 2020-11-20 18:47:02 +00:00
neohub.py Neohub can return invalid JSON. Assume that command failed. 2020-11-20 23:26:45 +00:00
test.py Add method to set temperature format. 2020-11-20 23:17:40 +00:00