Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lgwebos] Updated Readme for removed action getApplications. #8161

Merged
merged 2 commits into from
Jul 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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