Add default values for 2.00.12

This commit is contained in:
HaveAGitGat 2021-12-10 04:40:13 +00:00
parent 3c46d76895
commit 21588b708d

View file

@ -20,6 +20,7 @@ module.exports.details = function details() {
Inputs: [{
name: 'autoscan_address',
defaultValue: 'http://192.168.0.10',
tooltip: `
Enter the IP address/URL for autoscan. Must include http(s)://
@ -31,6 +32,7 @@ module.exports.details = function details() {
},
{
name: 'autoscan_port',
defaultValue: '3486',
tooltip: `
Enter the port Autoscan is using, default is 3468
@ -39,6 +41,7 @@ module.exports.details = function details() {
},
{
name: 'autoscan_username',
defaultValue: 'Batman',
tooltip: `
If authentication is configured, specify the username
@ -47,6 +50,7 @@ module.exports.details = function details() {
},
{
name: 'autoscan_password',
defaultValue: 'SecretPassword',
tooltip: `
If authentication is configured, specify the password