Add ipv4 config

This commit is contained in:
atse 2023-08-01 13:33:48 +08:00 committed by Tse Kwok Yan
parent 088e3ab280
commit 355d0cce2c
1 changed files with 4 additions and 0 deletions

View File

@ -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')