Skip to content

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

NetDiscoverOptions

(Optional) Options.

**Returns:**

Promise<dgram.RemoteInfo[]>

The list of discovered remote addresses.