-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
69 lines (69 loc) · 2.03 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"common": {
"name": "hptoner",
"version": "0.6.1",
"news": {
"0.6.1": {
"en": "Support of admin3",
"de": "Unterstützung von admin3",
"ru": "Поддержка admin3",
"pt": "Suporte de admin3",
"nl": "Ondersteuning van admin3",
"fr": "Support de admin3",
"it": "Supporto di admin3",
"es": "Soporte de admin3"
},
"0.5.0": {
"en": "beta version",
"de": "Betaversion",
"ru": "Бета версия",
"pt": "Versão beta",
"fr": "Version bêta",
"nl": "Beta versie"
},
"0.0.1": {
"en": "initial adapter",
"de": "Initiale Version",
"ru": "Первоначальный адаптер",
"pt": "Versão inicial",
"fr": "Version initiale",
"nl": "Eerste release"
}
},
"title": "HP Toner Status via SNMP",
"titleLang": {
"en": "HP Toner Status via SNMP"
},
"desc": {
"en": "ioBroker hptoner"
},
"authors": [
"RenePilz <rene@pilz.cc>"
],
"docs": {
"en": "docs/en/admin.md"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "hptoner.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/fungus75/ioBroker.hptoner/master/admin/hptoner.png",
"keywords": [
"hptoner",
"printer",
"toner"
],
"readme": "https://github.com/fungus75/ioBroker.hptoner/blob/master/README.md",
"loglevel": "info",
"type": "general",
"license": "MIT",
"messagebox": false,
"restartAdapters": [
"vis"
]
},
"native": {
},
"objects": []
}