Skip to content

Commit

Permalink
chore: release v3.12.1
Browse files Browse the repository at this point in the history
* (Apollon77) More schema information added/updated
  • Loading branch information
Apollon77 committed Jan 3, 2023
1 parent f5b6b99 commit 9c917ac
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ When there are issues with the Tuya App Cloud synchronisation then additional lo
Send the log with reference to the generated GitHub issue to [email protected]

## Changelog

### __WORK IN PROGRESS__
### 3.12.1 (2023-01-03)
* (Apollon77) More schema information added/updated

### 3.12.0 (2022-12-29)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tuya",
"version": "3.12.0",
"version": "3.12.1",
"news": {
"3.12.1": {
"en": "More schema information added/updated",
"de": "Mehr Schemainformationen hinzugefügt/updated",
"ru": "Дополнительная информация по схеме добавлена/обновлена",
"pt": "Mais informações de esquema adicionado / atualizado",
"nl": "Meer schema informatie toegevoegd",
"fr": "Plus d'informations sur le schéma ajoutées/mises à jour",
"it": "Ulteriori informazioni sullo schema aggiunto/aggiornato",
"es": "Más información sobre esquemas añadidos / actualizados",
"pl": "Więcej informacji o schemacie dodano/updować",
"uk": "Детальніше про схему додано/оновлено",
"zh-cn": "更多的schema信息增加/更新"
},
"3.12.0": {
"en": "Added decoding of phase_a/b/c and alarm_set_2\nAdded fallback for cloud polling when no values were updated using MQTT connection\nAdded decoding of bitmaps (read only for now)",
"de": "Decodierung von Phase_a/b/c und alarm_set_2\nDropback für die Cloud-Umfrage hinzugefügt, wenn keine Werte mit MQTT-Verbindung aktualisiert wurden\nHinzugefügte Dekodierung von Bitmaps (nur jetzt lesen)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Wsparcie dla Zigbee Devices przez Hubsa\nPrzygotowania do wypadku, kiedy odkryto nowy nieoznaczony urządzenie\nWięcej informacji o schemacie dodano/updować",
"uk": "Додано підтримку для керування пристроями Zigbee через локально\nЗапобігання аварійного випадку, коли відкривається новий нешифрований пристрій\nДетальніше про схему додано/оновлено",
"zh-cn": "通过当地的Hebs控制Zigbee Devic的支助\n发现新的未加密装置时,预防事故\n更多的schema信息增加/更新"
},
"3.10.2": {
"en": "Optimize IR - now works locally and via cloud in all cases",
"de": "Optimieren IR - funktioniert jetzt lokal und über Cloud in allen Fällen",
"ru": "Оптимизация IR - теперь работает локально и через облако во всех случаях",
"pt": "Otimizar IR - agora funciona localmente e via nuvem em todos os casos",
"nl": "Optimize IR - werkt nu in de buurt en via wolk in alle gevallen",
"fr": "Optimiser IR - fonctionne maintenant localement et via le cloud dans tous les cas",
"it": "Optimize IR - ora funziona localmente e tramite cloud in tutti i casi",
"es": "Optimize IR - ahora funciona localmente y a través de la nube en todos los casos",
"pl": "Optymizacja IR – obecnie działa lokalnie i przez chmurę we wszystkich przypadkach",
"uk": "Optimize IR - тепер працює локально і через хмару у всіх випадках",
"zh-cn": "利用IR-现在在当地工作,在所有情况下都通过云雾进行工作。"
}
},
"title": "Tuya",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tuya",
"version": "3.12.0",
"version": "3.12.1",
"description": "Tuya",
"author": {
"name": "Ingo Fischer",
Expand Down

0 comments on commit 9c917ac

Please sign in to comment.