forked from soef/ioBroker.wm-bus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
94 lines (94 loc) · 3.14 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"common": {
"name": "wm-bus",
"version": "0.3.1",
"new": {
"0.3.1": {
"en": "serial port communication fixed for cul (serialport 6.1.0, ReadLine parser)",
"de": "Serialport Kommunikation für CUL repariert (serialport 6.1.0, ReadLine parser)"
},
"0.3.0": {
"en": "Upgrade Serialport Library (Apollon77)",
"de": "Serialport Bibliothek aktualisiert (Apollon77)",
"ru": "Upgrade Serialport Library (Apollon77)"
},
"0.2.10": {
"en": "Update utils.js and usage, CI Testing and deps (Apollon77)",
"de": "utils.js und Benutzung erneuert, CI Testing (Apollon77)"
},
"0.2.9": {
"en": "unit K changed to mK (temp dif)",
"de": "Einheit K nach mK geändert (temp dif)"
},
"0.2.8": {
"en": "fix utf8 unit typo",
"de": "utf8 Einheit Zeichenfehler behoben "
},
"0.2.7": {
"en": "Possibility to use a hex AES-Key",
"de": "möglichkeit geschaffen, einen hey AES-Key zu verwenden"
},
"0.2.5": {
"en": "node 0.12 removed from testing",
"de": "node 0.12 auf testing entfernt"
},
"0.2.4": {
"en": "Enhance CI testing",
"de": "CI testing erweitert"
},
"0.2.3": {
"en": "reset of decrypted flag",
"de": "Zurücksetzen der encrypted Variable"
},
"0.2.2": {
"en": "now using version 0.1.9 of wm-bus",
"de": "Version 0.1.9 von wm-bus wird nun verwendet"
},
"0.2.1": {
"en": "adapter type changed to energy",
"de": "Adapter type nach energy geändert"
},
"0.2.0": {
"en": "Some changed to use serialport 4.x",
"de": "Einige Anpassungen um serialport 4.x zu nutzen"
}
},
"title": "Wireless M-Bus",
"desc": {
"en": "Wireless M-Bus",
"de": "Wireless M-Bus",
"ru": "Wireless M-Bus"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "wm-bus.png",
"extIcon": "https://raw.githubusercontent.com/soef/iobroker.wm-bus/master/admin/wm-bus.png",
"readme": "https://github.com/soef/iobroker.wm-bus/blob/master/README.md",
"license": "MIT",
"loglevel": "info",
"keywords": [
"ioBroker",
"m-bus",
"mbus",
"wm-bus",
"wireless m-bus",
"wireless mbus"
],
"enabled": true,
"nondeletable": false,
"type": "protocols",
"messagebox": true,
"authors": [
{
"name": "soef",
"email": "[email protected]"
}
]
},
"native": {
"comPort": "",
"devices": []
},
"instanceObjects": [],
"objects": []
}