Skip to content

Commit

Permalink
[lgwebos] Updated Readme for removed action getApplications. (openhab…
Browse files Browse the repository at this point in the history
…#8161)

* Updated readme for removed action getApplications.
* Removed smarthome prefix in readme.

Signed-off-by: Sebastian Prehn <sebastian.prehn@gmx.de>
Signed-off-by: MPH80 <michael@hazelden.me>
  • Loading branch information
sprehn authored and MPH80 committed Aug 3, 2020
1 parent 4a065e5 commit a745477
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions bundles/org.openhab.binding.lgwebos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,24 +254,6 @@ Example:
actions.launchBrowser("https://www.openhab.org")
```

### List<Application> 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.
Expand Down Expand Up @@ -300,7 +282,7 @@ Parameters:

| Name | Description |
|---------|-------------------------------------------------------------------------------|
| appId | The Application ID. getApplications provides available apps and their appIds. |
| appId | The Application ID. Console command lgwebos <thingUID> applications provides available apps and their appIds. |
| params | The parameters to hand over to the application in JSON format |

Examples:
Expand Down

0 comments on commit a745477

Please sign in to comment.