-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio-package.json
44 lines (44 loc) · 1.16 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
{
"common": {
"name": "pilight",
"version": "0.6.0",
"news": {
"0.5.0": {
"en": "initial adapter",
"de": "Initiale Version"
},
"0.5.1": {
"en": "added tests and some fixes for unknown device types (e.g. program)",
"de": "Tests hinzugefügt und tolerant gegen unbekannte Geräte-Typen (z.B. Program) gemacht."
},
"0.6.0": {
"en": "Ensure compatibility to pilight 8 (thanks to jhergeth)",
"de": "Kompatibilität zu pilight 8 (Dank an jhergeth)"
}
},
"title": "Pilight adapter",
"desc": {
"en": "ioBroker pilight Adapter",
"de": "ioBroker Pilight Adapter"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "pilight.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/sja/ioBroker.pilight/master/admin/pilight.png",
"keywords": [
"pilight",
"433",
"switch",
"weather"
],
"readme": "https://github.com/sja/ioBroker.pilight/blob/master/README.md",
"loglevel": "info",
"type": "hardware"
},
"native": {
"host": "localhost",
"port": 5001
},
"objects": []
}