forked from M-Labs/thermostat
Read extra load
This commit is contained in:
parent
c876c1ec0a
commit
790e744822
|
@ -243,6 +243,8 @@ class Client:
|
|||
async def load_config(self, channel=""):
|
||||
"""Load current configuration from EEPROM"""
|
||||
await self._command("load", str(channel))
|
||||
if channel == "":
|
||||
await self._read_line() # Read the extra {}
|
||||
|
||||
async def hw_rev(self):
|
||||
"""Get Thermostat hardware revision"""
|
||||
|
|
Loading…
Reference in New Issue