Singleton for the discovery to provide probe method
Discovery.probe
Example
import { Discovery } from'onvif'; Discovery.on('device', async (cam) => { // function would be called as soon as NVT responses cam.username = <USERNAME>; cam.password = <PASSWORD>; awaitcam.connect(); }) Discovery.probe();
Singleton for the discovery to provide
probemethod Discovery.probe