Skip to content

Commit eb97afc

Browse files
committed
chore: release v3.14.1
* (Apollon77) Also adjust min/max when using multipliers * (Apollon77) More schema information added/updated
1 parent 96076c2 commit eb97afc

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

README.md

Lines changed: 1 addition & 2 deletions
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.14.1 (2023-02-09)
180179
* (Apollon77) Also adjust min/max when using multipliers
181180
* (Apollon77) More schema information added/updated
182181

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tuya",
4-
"version": "3.14.0",
4+
"version": "3.14.1",
55
"news": {
6+
"3.14.1": {
7+
"en": "Also adjust min/max when using multipliers\nMore schema information added/updated",
8+
"de": "Auch min/max einstellen, wenn Multiplikatoren verwendet werden\nMehr Schemainformationen hinzugefügt/updated",
9+
"ru": "Также отрегулируйте мин/макс при использовании мультипликаторов\nДополнительная информация по схеме добавлена/обновлена",
10+
"pt": "Também ajustar min/max ao usar multiplicadores\nMais informações de esquema adicionado / atualizado",
11+
"nl": "En wees ook min/max als je gebruik maakt van multipliers\nMeer schema informatie toegevoegd",
12+
"fr": "Ajustez également min/max lorsque vous utilisez des multiplicateurs\nPlus d'informations sur le schéma ajoutées/mises à jour",
13+
"it": "Anche regolare min/max quando si utilizzano moltiplicatori\nUlteriori informazioni sullo schema aggiunto/aggiornato",
14+
"es": "También ajuste min/max al utilizar multiplicadores\nMás información sobre esquemas añadidos / actualizados",
15+
"pl": "Dostosowywanie min/max przy użyciu mnożenia\nWięcej informacji o schemacie dodano/updować",
16+
"uk": "Також регулюйте мін/макс при використанні мультиплікаторів\nДетальніше про схему додано/оновлено",
17+
"zh-cn": "在使用乘数时调整min/max\n更多的schema信息增加/更新"
18+
},
619
"3.14.0": {
720
"en": "Added special handling for needed multiplier for TempSet(2), TempCurrent(3) and floorTemp(102) objects\nMore schema information added/updated",
821
"de": "Zusätzliche spezielle Handhabung für benötigten Multiplikator für TempSet(2,) TempCurrent(3) und FloorTemp(102) Objekte\nMehr Schemainformationen hinzugefügt/updated",
@@ -80,19 +93,6 @@
8093
"pl": "Sprawa doniesienia o katastrofie przeprowadzona przez Sentry'a jest zapobiegana\nWięcej informacji o schemacie dodano/updować",
8194
"uk": "Про це повідомляє Sentry\nДетальніше про схему додано/оновлено",
8295
"zh-cn": "阻止Sentry所报告的事故\n更多的schema信息增加/更新"
83-
},
84-
"3.11.3": {
85-
"en": "A crash case reported by Sentry is prevented\nMore schema information added/updated",
86-
"de": "Ein Unfallfall von Sentry wird verhindert\nMehr Schemainformationen hinzugefügt/updated",
87-
"ru": "Профилактический случай, сообщенный Sentry, предотвращен\nДополнительная информация по схеме добавлена/обновлена",
88-
"pt": "Um caso de acidente relatado por Sentry é impedido\nMais informações de esquema adicionado / atualizado",
89-
"nl": "Een crash-zaak gemeld door Sentry wordt voorkomen\nMeer schema informatie toegevoegd",
90-
"fr": "A crash case reported by Sentry is prevented\nPlus d'informations sur le schéma ajoutées/mises à jour",
91-
"it": "Un caso di crash segnalato da Sentry è impedito\nUlteriori informazioni sullo schema aggiunto/aggiornato",
92-
"es": "Se impide un caso de accidente denunciado por Sentry\nMás información sobre esquemas añadidos / actualizados",
93-
"pl": "Sprawa doniesienia o katastrofie przeprowadzona przez Sentry'a jest zapobiegana\nWięcej informacji o schemacie dodano/updować",
94-
"uk": "Про це повідомляє Sentry\nДетальніше про схему додано/оновлено",
95-
"zh-cn": "阻止Sentry所报告的事故\n更多的schema信息增加/更新"
9696
}
9797
},
9898
"title": "Tuya",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tuya",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"description": "Tuya",
55
"author": {
66
"name": "Ingo Fischer",

0 commit comments

Comments
 (0)