Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytespider/Meross
/ send
Method
send
packages/lib/src/deviceManager.test.ts:17–19 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
15
}
16
17
send(data: any): Promise<any> {
18
return
Promise.resolve(data);
19
}
20
}
21
22
class
MockDevice extends Device {
Callers
3
sendMessage
Method · 0.80
sendMessageToDevice
Method · 0.80
transport.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected