mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 21:52:16 +00:00
refac: renamed and added device class impl
This commit is contained in:
committed by
Josiah Baldwin
parent
1f9979ddd1
commit
c7d628716e
@@ -1062,7 +1062,7 @@ class Session(object):
|
||||
raise exceptions.ServerError(data["result"])
|
||||
return True
|
||||
|
||||
async def remove_device(self, nodeids, timeout=None):
|
||||
async def remove_devices(self, nodeids, timeout=None):
|
||||
'''
|
||||
Remove device from MeshCentral
|
||||
|
||||
|
||||
Reference in New Issue
Block a user