Skip to content

Commit 9156669

Browse files
docs(README): updated default config value
1 parent cbe73ad commit 9156669

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,13 @@ probeONVIFDevices()
110110

111111
## Default Configuration
112112
```ts
113-
const DEFAULT_CONFIG: IProbeConfig = {
113+
export const DEFAULT_CONFIG: IProbeConfig = {
114114
PORTS: [139, 445, 1124, 3702],
115-
ENABLE_IP_SCANNING: true,
115+
IP_SCANNER: {
116+
ENABLED: true,
117+
IP_ADDRESSES: [],
118+
PREFIXES: []
119+
},
116120
MULTICAST_ADDRESS: '239.255.255.250',
117121
PROBE_SAMPLE_TIME_MS: 2000,
118122
PROBE_SAMPLE_START_DELAY_TIME_MS: 0,

0 commit comments

Comments
 (0)