Fix spelling of "comma-separated (network addresses)" in nmap_tracker (#144197)

This commit is contained in:
Norbert Rittel 2025-05-04 14:21:06 +02:00 committed by GitHub
parent 87fab1fa14
commit 9e388f5b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@
"user": {
"description": "Configure hosts to be scanned by Nmap. Network address and excludes can be IP addresses (192.168.1.1), IP networks (192.168.0.0/24) or IP ranges (192.168.1.0-32).",
"data": {
"hosts": "Network addresses (comma separated) to scan",
"hosts": "Network addresses (comma-separated) to scan",
"home_interval": "Minimum number of minutes between scans of active devices (preserve battery)",
"exclude": "Network addresses (comma separated) to exclude from scanning",
"exclude": "Network addresses (comma-separated) to exclude from scanning",
"scan_options": "Raw configurable scan options for Nmap"
}
}