forked from ioBroker/ioBroker.mysensors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
180 lines (180 loc) · 6.6 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"common": {
"name": "mysensors",
"version": "2.0.1",
"news": {
"2.0.1": {
"en": "compare integer values",
"de": "Vergleichen Sie ganzzahlige Werte",
"ru": "сравнить целочисленные значения",
"pt": "comparar valores inteiros",
"nl": "vergelijk gehele waarden",
"fr": "comparer des valeurs entières",
"it": "confrontare i valori interi",
"es": "comparar valores enteros",
"pl": "porównaj wartości całkowite",
"zh-cn": "比较整数值"
},
"2.0.0": {
"en": "Support for nodejs 12 added, nodejs 4 is no longer supported!",
"de": "Unterstützung für NodeJS 12 hinzugefügt, NodeJS 4 wird nicht mehr unterstützt!",
"ru": "Добавлена поддержка nodejs 12, nodejs 4 больше не поддерживается!",
"pt": "Suporte para nodejs 12 adicionado, nodejs 4 não é mais suportado!",
"nl": "Ondersteuning voor nodejs 12 toegevoegd, nodejs 4 wordt niet langer ondersteund!",
"fr": "Prise en charge de nodejs 12 ajoutée, nodejs 4 n'est plus prise en charge!",
"it": "Supporto per nodejs 12 aggiunto, nodejs 4 non è più supportato!",
"es": "Se agregó soporte para nodejs 12, ¡nodejs 4 ya no es compatible!",
"pl": "Dodano wsparcie dla nodejs 12, nodejs 4 nie jest już obsługiwany!",
"zh-cn": "添加了对nodejs 12的支持,不再支持nodejs 4!"
},
"1.2.2": {
"en": "Added new objects (library 2.3.x). Added support for sleeping nodes",
"de": "Neue Objekte hinzugefügt (Bibliothek 2.3.x). Unterstützung für schlafende Knoten hinzugefügt",
"ru": "Добавлены новые объекты (библиотека 2.3.x). Добавлена поддержка спящих узлов",
"pt": "Adicionado novos objetos (biblioteca 2.3.x). Adicionado suporte para nós adormecidos",
"nl": "Nieuwe objecten toegevoegd (bibliotheek 2.3.x). Ondersteuning toegevoegd voor slapende knooppunten",
"fr": "Ajout de nouveaux objets (bibliothèque 2.3.x). Ajout du support pour les nœuds dormants",
"it": "Aggiunti nuovi oggetti (libreria 2.3.x). Aggiunto supporto per i nodi dormienti",
"es": "Se agregaron nuevos objetos (biblioteca 2.3.x). Se agregó soporte para nodos dormidos",
"pl": "Dodano nowe obiekty (biblioteka 2.3.x). Dodano obsługę węzłów do spania"
},
"1.2.1": {
"en": "Updating for Admin v3",
"de": "Aktualisierung für Admin v3",
"ru": "Обновление для Admin v3",
"pt": "Atualizando para Admin v3",
"nl": "Updaten voor Admin v3",
"fr": "Mise à jour pour Admin v3",
"it": "Aggiornamento per Admin v3",
"es": "Actualizando para Admin v3",
"pl": "Aktualizowanie dla administratora v3"
},
"1.2.0": {
"en": "Upgrade Serialport Library",
"de": "Serialport Bibliothek aktualisiert",
"ru": "Upgrade Serialport Library",
"pt": "Upgrade Serialport Library",
"nl": "Upgrade Serialport-bibliotheek",
"fr": "Mettre à niveau la bibliothèque Serialport",
"it": "Aggiorna la libreria Serialport",
"es": "Actualizar la biblioteca de Serialport",
"pl": "Uaktualnij bibliotekę Serialport"
},
"1.1.0": {
"en": "TCP client added",
"de": "TCP-Client hinzugefügt",
"ru": "Добавлен клиент TCP",
"pt": "Cliente TCP adicionado",
"fr": "Client TCP ajouté",
"nl": "TCP-client toegevoegd",
"it": "Client TCP aggiunto",
"es": "Cliente TCP agregado",
"pl": "Dodano klienta TCP"
},
"1.0.10": {
"en": "Fixed wrong data type for scene controller, enabled ack flag on set command",
"de": "Falschen Datentyp für Scene Controller korrigiert, Ack Flag aktiviert für set Befehl",
"ru": "Fixed wrong data type for scene controller, enabled ack flag on set command"
},
"1.0.9": {
"en": "Upgrade Serial Library",
"de": "Serial Library aktualisiert",
"ru": "Upgrade Serial Library"
},
"1.0.8": {
"en": "adjust log level for I_LOG_MESSAGE",
"de": "Log-Level für I_LOG_MESSAGE angepasst",
"ru": "adjust log level for I_LOG_MESSAGE"
},
"1.0.7": {
"en": "fix I_TIME request",
"de": "Korrigiere I_TIME Anfrage",
"ru": "Исправлен запрос I_TIME"
}
},
"title": "mysensors adapter",
"desc": {
"en": "mysensors Adapter",
"de": "mysensors Adapter",
"ru": "Драйвер mysensors",
"pt": "adaptador de mysensors",
"nl": "mysensors Adapter",
"fr": "mysensors Adaptateur",
"it": "Adattatore mysensors",
"es": "Adaptador de misensores",
"pl": "Adapter mysensors"
},
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "mysensors.png",
"materialize": true,
"enabled": true,
"messagebox": true,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.mysensors/master/admin//mysensors.png",
"keywords": [
"mysensors",
"arduino"
],
"readme": "https://github.com/ioBroker/ioBroker.mysensors/blob/master/README.md",
"loglevel": "info",
"stopBeforeUpdate": true,
"type": "iot-systems",
"authors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
],
"installedFrom": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d"
},
"native": {
"comName": "",
"connTimeout": 60000,
"port": 5003,
"baudRate": 115200,
"mode": "server",
"type": "udp",
"bind": "0.0.0.0",
"broadcast": false,
"inclusionTimeout": 60000
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to my sensors",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "inclusionOn",
"type": "state",
"common": {
"role": "state",
"name": "Inclusion mode activated",
"desc": "If inclusion mode on or off",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}