Skip to content

Commit

Permalink
Align with changes from PR #134
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Jul 4, 2023
1 parent 7a09677 commit f2c711d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,15 @@ is true when TV is on and false if TV is off

### **WORK IN PROGRESS**

- (foxriver76) prepare for controller v5
- (jpawlowski) fix versioning hickup
- (jpawlowski) replace Travis and AppVeyor by GitHub Actions, based on ioBroker/create-adapter
- (jpawlowski) set NodeJS minimum version to 16
- (jpawlowski) update dependencies
- (jpawlowski) rename/correct configuration item healthIntervall to healthInterval

### 1.1.12 (2023-07-04)

- (foxriver76) prepare for controller v5

### 1.1.10 (2020-08-24)

- (SebastianSchultz) support WebOS 5 for volume change
Expand Down
16 changes: 15 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lgtv",
"version": "1.1.10",
"version": "1.1.12",
"news": {
"1.1.12": {
"en": "We have prepared the adapter for js-controller version 5",
"de": "Wir haben den Adapter für js-controller Version 5 vorbereitet",
"ru": "Мы подготовили адаптер для js-controller версии 5",
"pt": "Nós preparamos o adaptador para a versão js-controller 5",
"nl": "We hebben de adapter voorbereid voor J's-controller versie 5",
"fr": "Nous avons préparé l'adaptateur pour js-controller version 5",
"it": "Abbiamo preparato l'adattatore per js-controller versione 5",
"es": "Hemos preparado el adaptador para js-controller versión 5",
"pl": "Zastosowano adapter do wersji 5 js",
"uk": "Ми підготували адаптер для js-controller версії 5",
"zh-cn": "我们已准备好供控制的手稿5"
},
"1.1.10": {
"en": "support WebOS 5 for volume change",
"de": "support WebOS 5 for volume change",
Expand Down Expand Up @@ -124,6 +137,7 @@
"zh-cn": "General NPM update"
}
},
"title": "LG WebOS SmartTV",
"titleLang": {
"en": "LG WebOS SmartTV",
"de": "LG WebOS SmartTV",
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.lgtv",
"version": "1.1.10",
"version": "1.1.12",
"description": "ioBroker LG WebOS SmartTV Adapter",
"author": {
"name": "Sebastian Schultz",
Expand Down

0 comments on commit f2c711d

Please sign in to comment.