Skip to content

givenergy-modbus / DiscoverOptions

Interface: DiscoverOptions

Defined in: src/discover.ts:116

Properties

onProbe()?

optional onProbe: (host, found) => void

Defined in: src/discover.ts:119

Called for each host after probing it

Parameters

host

string

found

boolean

Returns

void


subnet?

optional subnet: string

Defined in: src/discover.ts:117