refac: remove nodeid parameter

This commit is contained in:
Daan Selen
2025-09-16 23:15:23 +02:00
committed by Josiah Baldwin
parent 6dae40eb40
commit 748e39d5b4

View File

@@ -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