Read extra load

This commit is contained in:
atse 2023-08-16 14:42:15 +08:00
parent c876c1ec0a
commit 790e744822
1 changed files with 2 additions and 0 deletions

View File

@ -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"""