diff --git a/pytec/pytec/aioclient.py b/pytec/pytec/aioclient.py index eb5b9bc..02c2a73 100644 --- a/pytec/pytec/aioclient.py +++ b/pytec/pytec/aioclient.py @@ -218,6 +218,8 @@ class AsyncioClient: async def save_config(self, channel=""): """Save current configuration to EEPROM""" await self._command("save", str(channel)) + if channel == "": + await self._read_line() # Read the extra {} async def load_config(self, channel=""): """Load current configuration from EEPROM"""