mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 05:32:12 +00:00
refac: remove nodeid parameter
This commit is contained in:
committed by
Josiah Baldwin
parent
6dae40eb40
commit
748e39d5b4
@@ -295,7 +295,7 @@ class Device(object):
|
||||
'''
|
||||
return await self._session.reset_devices(self.nodeid, timeout=timeout)
|
||||
|
||||
async def remove(self, nodeids, timeout=None):
|
||||
async def remove(self, timeout=None):
|
||||
'''
|
||||
Remove device from MeshCentral
|
||||
|
||||
|
||||
Reference in New Issue
Block a user