feat(node): push USB changes and preserve sensor setup across sessions
This commit is contained in:
@@ -64,8 +64,7 @@ class Host:
|
||||
self.devices[ident].refresh(dev)
|
||||
for ident, device in self.devices.items():
|
||||
if ident not in found:
|
||||
device.online = False
|
||||
device.verified_this_process = False
|
||||
device.disconnect()
|
||||
|
||||
await asyncio.to_thread(work)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user