Appearance
Home > resol-vbus-core-nodejs > netDiscover
netDiscover() function
Discover LAN-enabled RESOL devices.
Signature:
typescript
export declare function netDiscover(options?: NetDiscoverOptions): Promise<dgram.RemoteInfo[]>;
Parameters
Parameter | Type | Description |
---|---|---|
options | (Optional) Options. |
Promise<dgram.RemoteInfo[]>
The list of discovered remote addresses.