fix options
This commit is contained in:
parent
250931c643
commit
1d1ceedd51
@ -1,26 +1,30 @@
|
||||
{
|
||||
"name": "Network UPS Tools - netclient",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"slug": "upsmon",
|
||||
"description": "Connect to a remote NUT server",
|
||||
"startup": "before",
|
||||
"boot": "auto",
|
||||
"options": {
|
||||
"credentials": [
|
||||
{ "user": "monuser", "pass": "secret" }
|
||||
],
|
||||
"ups": [
|
||||
{ "upsname": "ups", "host": "IPADDR" }
|
||||
],
|
||||
"credentials": {
|
||||
"user": "monuser",
|
||||
"pass": "secret"
|
||||
},
|
||||
"ups": {
|
||||
"upsname": "ups",
|
||||
"host": "IPADDR"
|
||||
},
|
||||
"delay": "5"
|
||||
},
|
||||
"schema": {
|
||||
"credentials": [
|
||||
{ "user": "str", "pass": "str" }
|
||||
],
|
||||
"ups": [
|
||||
{ "upsname": "str", "host": "str" }
|
||||
],
|
||||
"credentials": {
|
||||
"user": "str",
|
||||
"pass": "str"
|
||||
},
|
||||
"ups": {
|
||||
"upsname": "str",
|
||||
"host": "str"
|
||||
},
|
||||
"delay": "int"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user