forked from Narcissus/pylibmeshctrl
feat: add remove_device function
This commit is contained in:
committed by
Josiah Baldwin
parent
3bcedf5610
commit
b0d071d87f
@@ -1080,7 +1080,7 @@ class Session(object):
|
||||
'''
|
||||
if isinstance(nodeids, str):
|
||||
nodeids = [nodeids]
|
||||
|
||||
|
||||
data = await self._send_command({ "action": 'removedevices', "nodeids": nodeids}, "remove_devices", timeout=timeout)
|
||||
|
||||
if data.get("result", "ok").lower() != "ok":
|
||||
|
||||
Reference in New Issue
Block a user