You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
3.1 KiB

6 years ago
{
"common": {
"name": "nut",
"version": "1.1.3",
"news": {
"1.1.3": {
"en": "Fix Admin",
"de": "Fixe Admin",
"ru": "Fix Admin",
"pt": "Corrigir Admin",
"nl": "Admin oplossen",
"fr": "Fix Admin",
"it": "Correggi Admin",
"es": "Fix Admin",
"pl": "Napraw administratora"
},
"1.1.2": {
"en": "fix status parsing",
"de": "Statuserkennung verbessert",
"ru": "fix status parsing"
},
"1.1.1": {
"en": "enhance error handling",
"de": "Fehlerbehandlung verbessert",
"ru": "enhance error handling"
},
"1.1.0": {
"en": "Add possibility to call commands on the UPS",
"de": "Möglichkeit hinzugefügt Kommandos auf der USV auszuführen",
"ru": "Add possibility to call commands on the UPS"
},
"1.0.0": {
"en": "change mode from schedule to deamon, implement message support to receive messages from upsmon, add status.severity",
"de": "Adapter arbeitet nun als Deamon, Notify-Support per upsmon hinzugefügt, status.severity hinzugefügt",
"ru": "change mode from schedule to deamon, implement message support to receive messages from upsmon, add status.severity"
},
"0.3.1": {
"en": "add better usable status states under 'status' channel",
"de": "Besser nutzbare Stati States unter 'status' eingefügt",
"ru": "add better usable status states under 'status' channel"
}
},
"authors": [
"Apollon77 <ingo@fischer-ka.de>"
],
"title": "Network UPS Adapter",
"desc": "Read all data from your UPS/USV via nut protocol",
"platform": "Javascript/Node.js",
"mode": "daemon",
"messagebox": true,
"subscribe": "messagebox",
"stopBeforeUpdate": true,
"icon": "nut.png",
"extIcon": "https://raw.githubusercontent.com/Apollon77/ioBroker.nut/master/admin/nut.png",
"readme": "https://github.com/Apollon77/ioBroker.nut/blob/master/README.md",
"license": "MIT",
"npmLibs": [],
"type": "hardware",
"keywords": ["iobroker", "nut", "ups", "usv"],
"loglevel": "info",
"enabled": false
},
"native": {
"host_ip": "127.0.0.1",
"host_port": "3493",
"ups_name": "nutName",
"update_interval": 300,
"username": "",
"password": ""
},
"objects": [],
"instanceObjects": []
}