Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytespider/Meross
/ removeDeviceById
Method
removeDeviceById
packages/lib/src/deviceManager.ts:26–28 ·
view source on GitHub ↗
(deviceId: string)
Source
from the content-addressed store, hash-verified
24
}
25
26
removeDeviceById(deviceId: string): void {
27
this.devices.delete(deviceId as UUID);
28
}
29
30
getDevices(): Map<UUID, Device> {
31
return
this.devices;
Callers
1
deviceManager.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected