Skip to content

Commit ec16541

Browse files
committed
* (bluefox) Improved the configuration layout
1 parent db59120 commit ec16541

File tree

10 files changed

+301
-472
lines changed

10 files changed

+301
-472
lines changed

README.md

Lines changed: 145 additions & 145 deletions
Large diffs are not rendered by default.

build/lib/deviceManager.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/deviceManager.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

io-package.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"it": "Collega l'interfaccia HomeMatic: i processi (BidCos-Services, Homegear e CUxD) tramite XML-RPC o BIN-RPC su ioBroker",
1313
"es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker",
1414
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker",
15+
"uk": "Підключає HomeMatic інтерфейси (BidCos-сервіси, Homegear і CUxD) через XML-RPC або BIN-RPC до ioBroker",
1516
"zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker"
1617
},
1718
"version": "1.16.0",
@@ -92,18 +93,6 @@
9293
"es": "Retry once on (UNREACH) and Failure errors to avoid tmeporary communication issues (closes #467)\nhemos actualizado algunos iconos de dispositivo",
9394
"pl": "Retry raz na (UNREACH) oraz Failure error to avoid tmeporary communication (zamknięty #467)\nposiadać pewne ikony urządzeń",
9495
"zh-cn": "恢复原状(UNREACH)和不失误以避免异常的通信问题(第467号)\n我们更新了一些装置的掩体"
95-
},
96-
"1.15.12": {
97-
"en": "we now adjust min/max correct if a `SPECIAL` value falls out of range (closes #459)",
98-
"de": "Wir passen Min/Max jetzt korrekt an, wenn ein „SPECIAL“-Wert außerhalb des Bereichs liegt (schließt #459)",
99-
"ru": "теперь мы правильно настраиваем min/max, если значение SPECIAL выходит за пределы допустимого диапазона (закрывается #459)",
100-
"pt": "agora ajustamos o mínimo/máximo correto se um valor 'SPECIAL' estiver fora do intervalo (fecha #459)",
101-
"nl": "we passen nu min/max correct aan als een `SPECIAL`-waarde buiten bereik valt (sluit #459)",
102-
"fr": "nous ajustons maintenant min/max correctement si une valeur `SPECIAL` tombe hors de la plage (ferme #459)",
103-
"it": "ora regoliamo min/max corretto se un valore `SPECIAL` non rientra nell'intervallo (chiude #459)",
104-
"es": "ahora ajustamos min/max correcto si un valor 'ESPECIAL' cae fuera de rango (cierra #459)",
105-
"pl": "teraz dostosowujemy minimalną/maksymalną wartość, jeśli wartość `SPECIAL` wykracza poza zakres (zamyka #459)",
106-
"zh-cn": "如果“特殊”值超出范围,我们现在调整最小/最大值正确(关闭 #459)"
10796
}
10897
},
10998
"authors": [
@@ -169,13 +158,18 @@
169158
"ru": "HomeMatic RPC",
170159
"pt": "HomeMatic RPC",
171160
"nl": "HomeMatic RPC",
172-
"fr": "AccueilMatic RPC",
161+
"fr": "HomeMatic RPC",
173162
"it": "HomeMatic RPC",
174163
"es": "HomeMatic RPC",
175164
"pl": "HomeMatic RPC",
165+
"uk": "HomeMatic RPC",
176166
"zh-cn": "HomeMatic RPC"
177167
},
178-
"tier": 2
168+
"tier": 2,
169+
"licenseInformation": {
170+
"type": "free",
171+
"link": "https://github.com/ioBroker/ioBroker.hm-rpc/blob/master/LICENSE"
172+
}
179173
},
180174
"native": {
181175
"homematicAddress": "192.168.0.100",

0 commit comments

Comments
 (0)