Skip to content

Commit b9c3aaf

Browse files
committed
chore: release v3.16.0
* js-controller 5.0 is now required at least * (Apollon77) Improves stability * (Apollon77) Tries to support phase_X information with 10 bytes * (Apollon77) More schema information were added/updated
1 parent 32bbe46 commit b9c3aaf

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ When there are issues with the Tuya App Cloud synchronisation then additional lo
175175
Send the log with reference to the generated GitHub issue to [email protected]
176176

177177
## Changelog
178-
179-
### __WORK IN PROGRESS__
178+
### 3.16.0 (2024-08-15)
180179
* js-controller 5.0 is now required at least
181180
* (Apollon77) Improves stability
182181
* (Apollon77) Tries to support phase_X information with 10 bytes

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tuya",
4-
"version": "3.15.0",
4+
"version": "3.16.0",
55
"news": {
6+
"3.16.0": {
7+
"en": "js-controller 5.0 is now required at least\nImproves stability\nTries to support phase_X information with 10 bytes\nMore schema information were added/updated",
8+
"de": "js-controller 5.0 wird nun mindestens benötigt\nVerbessert die Stabilität\nVersuche zur Unterstützung von phase_ X-Informationen mit 10 Bytes\nWeitere Schemainformationen wurden hinzugefügt/updated",
9+
"ru": "js-контроллер 5.0 теперь требуется по крайней мере\nУлучшает стабильность\nПоездки для поддержки фазы_ X информация с 10 байтами\nДополнительная информация о схемах была добавлена/обновлена",
10+
"pt": "js-controller 5.0 é agora necessário pelo menos\nMelhora a estabilidade\nTenta apoiar phase_ X informações com 10 bytes\nMais informações de esquema foram adicionadas / atualizadas",
11+
"nl": "js-controller 5.0 is nu minstens vereist\nVerbetert de stabiliteit\nProbeert fase te ondersteunen_ X-informatie met 10 bytes\nMeer schema informatie zijn toegevoegd/bijgewerkt",
12+
"fr": "js-controller 5.0 est maintenant nécessaire au moins\nAméliore la stabilité\nEssaie de supporter la phase_ X informations avec 10 octets\nPlus d'informations sur le schéma ont été ajoutées/mises à jour",
13+
"it": "js-controller 5.0 è ora richiesto almeno\nMigliora la stabilità\nProva a sostenere phase_ X informazioni con 10 byte\nUlteriori informazioni sullo schema sono state aggiunte/aggiornate",
14+
"es": "js-controller 5.0 ahora se requiere al menos\nMejora la estabilidad\nTries to support phase_ X información con 10 bytes\nSe añadieron más información sobre esquemas/actualizados",
15+
"pl": "js- kontroler 5.0 jest teraz wymagany co najmniej\nPoprawia stabilność\nPróby wsparcia fazy _ Informacje X z 10 bajtami\nDodano / zaktualizowano więcej informacji o schematach",
16+
"uk": "js-controller 5.0 тепер потрібно принаймні\nПокращення стабільності\nТрійники для підтримки фази_ X інформація з 10 байтами\nДодана інформація про схему",
17+
"zh-cn": "现在至少需要 js 控制器 5.0\n改善稳定性\n尝试支持阶段_ 带有 10 字节的 X 信息\n添加/更新了更多的计划信息"
18+
},
619
"3.15.0": {
720
"en": "Add support to login with \"Ledvance\" App account\nAdd support to login with \"Sylvania\" App account\nFixed several smaller issues reported by Sentry\nMore schema information added/updated",
821
"de": "Unterstützung bei der Anmeldung mit Ledvance App-Konto hinzufügen\nUnterstützung bei der Anmeldung mit Sylvania App-Konto hinzufügen\nBehoben mehrere kleinere Probleme von Sentry\nMehr Schemainformationen hinzugefügt/updated",
@@ -80,19 +93,6 @@
8093
"pl": "Addd generic support for gateways (a także WLAN Gateways)\nWięcej informacji o schemacie dodano/updować",
8194
"uk": "Додати загальний супровід шлюзу (і так само, як і WLAN Gateways)\nДетальніше про схему додано/оновлено",
8295
"zh-cn": "增加对门户(以及WLAN Gateways)的通用支助\n更多的schema信息增加/更新"
83-
},
84-
"3.12.1": {
85-
"en": "More schema information added/updated",
86-
"de": "Mehr Schemainformationen hinzugefügt/updated",
87-
"ru": "Дополнительная информация по схеме добавлена/обновлена",
88-
"pt": "Mais informações de esquema adicionado / atualizado",
89-
"nl": "Meer schema informatie toegevoegd",
90-
"fr": "Plus d'informations sur le schéma ajoutées/mises à jour",
91-
"it": "Ulteriori informazioni sullo schema aggiunto/aggiornato",
92-
"es": "Más información sobre esquemas añadidos / actualizados",
93-
"pl": "Więcej informacji o schemacie dodano/updować",
94-
"uk": "Детальніше про схему додано/оновлено",
95-
"zh-cn": "更多的schema信息增加/更新"
9696
}
9797
},
9898
"title": "Tuya",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tuya",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "Tuya",
55
"author": {
66
"name": "Ingo Fischer",

0 commit comments

Comments
 (0)