diff --git a/pytec/pytec/aioclient.py b/pytec/pytec/aioclient.py index b17dea7..ab4fb6a 100644 --- a/pytec/pytec/aioclient.py +++ b/pytec/pytec/aioclient.py @@ -253,3 +253,7 @@ class Client: await self._writer.drain() await self.disconnect() + + async def ipv4(self): + """Get the IPv4 settings of the Thermostat""" + return await self._command('ipv4')