mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 21:52:16 +00:00
feat: add remove_device function
This commit is contained in:
committed by
Josiah Baldwin
parent
d4b9524814
commit
1f9979ddd1
@@ -1082,7 +1082,8 @@ class Session(object):
|
||||
nodeids = [nodeids]
|
||||
|
||||
data = await self._send_command({ "action": 'removedevices', "nodeids": nodeids}, "remove_device_from_server", timeout=timeout)
|
||||
print(data)
|
||||
|
||||
return data["result"] == "ok"
|
||||
|
||||
async def add_device_group(self, name, description="", amtonly=False, features=0, consent=0, timeout=None):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user