From 43b180ccf0dfa9d280a2bca80268999625c43357 Mon Sep 17 00:00:00 2001 From: Sebastian Prehn Date: Mon, 20 Jul 2020 22:10:58 +0200 Subject: [PATCH 1/2] Updated Readme for removed action getApplications. Signed-off-by: Sebastian Prehn --- bundles/org.openhab.binding.lgwebos/README.md | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/bundles/org.openhab.binding.lgwebos/README.md b/bundles/org.openhab.binding.lgwebos/README.md index 3610bfd2b5191..604d2514d1040 100644 --- a/bundles/org.openhab.binding.lgwebos/README.md +++ b/bundles/org.openhab.binding.lgwebos/README.md @@ -254,24 +254,6 @@ Example: actions.launchBrowser("https://www.openhab.org") ``` -### List getApplications() - -Returns a list of Applications supported by this TV. - -Application Properties: - -| Name | Description | -|---------|----------------------------------------------------------------------| -| id | The Application ID, which serves as parameter appId in other methods.| -| name | Human readable name | - -Example: - -``` -val apps = actions.getApplications -apps.forEach[a| logInfo("action",a.toString)] -``` - ### launchApplication(appId) Opens the application with given Application ID. @@ -300,7 +282,7 @@ Parameters: | Name | Description | |---------|-------------------------------------------------------------------------------| -| appId | The Application ID. getApplications provides available apps and their appIds. | +| appId | The Application ID. Console command smarthome:lgwebos applications provides available apps and their appIds. | | params | The parameters to hand over to the application in JSON format | Examples: From e8c02923b58520ff1da044ed528619eac1fbcb71 Mon Sep 17 00:00:00 2001 From: Sebastian Prehn Date: Tue, 21 Jul 2020 19:05:31 +0200 Subject: [PATCH 2/2] Removed smarthome prefix in Readme. Signed-off-by: Sebastian Prehn --- bundles/org.openhab.binding.lgwebos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.lgwebos/README.md b/bundles/org.openhab.binding.lgwebos/README.md index 604d2514d1040..7aec4c1b67c50 100644 --- a/bundles/org.openhab.binding.lgwebos/README.md +++ b/bundles/org.openhab.binding.lgwebos/README.md @@ -282,7 +282,7 @@ Parameters: | Name | Description | |---------|-------------------------------------------------------------------------------| -| appId | The Application ID. Console command smarthome:lgwebos applications provides available apps and their appIds. | +| appId | The Application ID. Console command lgwebos applications provides available apps and their appIds. | | params | The parameters to hand over to the application in JSON format | Examples: