Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie committed Apr 14, 2021
1 parent fea4824 commit 8fd04aa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"default": {
"Time window": 10,
"Target IP": "",
"Network interface":"prefer wired",
"Debugging": false
},
"schema": {
Expand All @@ -30,17 +31,26 @@
"type": "string",
"description": "Can be used to override the add-on to target a specific IP address range. For example, paste in 192.168.8.10 if you want to scan 192.168.8.2 through 192.168.8.254. Leave empty to use the controller's own IP address as the basis."
},
"Network interface": {
"description": "Your device may be connected to a network over wifi or through a network cable. In theory these could even be two different networks. That's why you can select if you prefer to scan on the wireless (wlan0) or wired (eth0) network.",
"enum": [
"prefer wired",
"prefer wireless"
],
"type": "string"
},
"Debugging": {
"description": "Debugging allows you to diagnose any issues with the add-on. If enabled it will result in a lot more debug data in the internal log (which can be found under Settings -> Seveloper -> View internal logs).",
"type": "boolean"
}
},
"required": [
"Time window"
"Time window",
"Network interface"
],
"type": "object"
}
},
"short_name": "Network pres",
"version": "1.1.3"
"version": "1.2.0"
}

0 comments on commit 8fd04aa

Please sign in to comment.