UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

5 lines 192 B
// On other platforns than Node.js, we cannot use mDNS discovery export function discoverRemoteSerialPorts(_timeout = 1000) { return Promise.resolve([]); } //# sourceMappingURL=stub.js.map