Skip to content

Commit

Permalink
chore: release v0.5.7
Browse files Browse the repository at this point in the history
* (Apollon77) Adjust logic to detect if TV is on or off
  • Loading branch information
Apollon77 committed Apr 19, 2022
1 parent 97c0c07 commit 8ab1871
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Support for devices since 2016 experimental
if something does not work, look in the log.

## Changelog

### __WORK IN PROGRESS__
### 0.5.7 (2022-04-19)
* (Apollon77) Adjust logic to detect if TV is on or off

### 0.5.6 (2022-03-31)
Expand Down
18 changes: 13 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "samsung",
"version": "0.5.6",
"version": "0.5.7",
"news": {
"0.5.7": {
"en": "Adjust logic to detect if TV is on or off",
"de": "Passen Sie die Logik an, um zu erkennen, ob der Fernseher ein- oder ausgeschaltet ist",
"ru": "Настройте логику, чтобы определить, включен ли телевизор или выключен",
"pt": "Ajuste a lógica para detectar se a TV está ligada ou desligada",
"nl": "Pas de logica aan om te detecteren of de tv aan of uit staat",
"fr": "Ajustez la logique pour détecter si le téléviseur est allumé ou éteint",
"it": "Regola la logica per rilevare se la TV è accesa o spenta",
"es": "Ajuste la lógica para detectar si la TV está encendida o apagada",
"pl": "Dostosuj logikę, aby wykryć, czy telewizor jest włączony, czy wyłączony",
"zh-cn": "调整逻辑以检测电视是打开还是关闭"
},
"0.5.6": {
"en": "Fix crash cases reported by Sentry",
"de": "Von Sentry gemeldete Absturzfälle beheben",
Expand Down Expand Up @@ -74,10 +86,6 @@
"es": "Actualizaciones generales\nAgregar Sentry para informes de fallas",
"pl": "Ogólne aktualizacje\nDodaj Sentry do zgłaszania awarii",
"zh-cn": "一般更新\n为崩溃报告添加哨兵"
},
"0.2.9": {
"en": "Update utils.js and usage, CI Testing and deps (Apollon77)",
"de": "utils.js und Benutzung erneuert, CI Testing (Apollon77)"
}
},
"title": "Samsung TV",
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.samsung",
"version": "0.5.6",
"version": "0.5.7",
"description": "Samsung Adapter",
"author": {
"name": "soef",
Expand Down

0 comments on commit 8ab1871

Please sign in to comment.