feature: add support for goldshell mode settings.
This commit is contained in:
@@ -138,5 +138,8 @@ class GoldshellWebAPI(BaseWebAPI):
|
||||
async def setting(self) -> dict:
|
||||
return await self.send_command("setting")
|
||||
|
||||
async def set_setting(self, values: dict):
|
||||
await self.send_command("setting", **values)
|
||||
|
||||
async def status(self) -> dict:
|
||||
return await self.send_command("status")
|
||||
|
||||
Reference in New Issue
Block a user