forked from M-Labs/thermostat
Add ipv4 config
This commit is contained in:
parent
169b89208d
commit
2a31cdb1af
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue