MCPcopy 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
22class MockDevice extends Device {

Callers 3

sendMessageMethod · 0.80
sendMessageToDeviceMethod · 0.80
transport.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected