UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

3 lines 214 B
import type { RemoteSerialPort } from "../mDNSDiscovery.js"; export declare function discoverRemoteSerialPorts(_timeout?: number | false): Promise<RemoteSerialPort[] | undefined>; //# sourceMappingURL=stub.d.ts.map