Document addon installation in Karaf from Marketplace (#2272)

as implemented in https://github.com/openhab/openhab-core/pull/4057 .
pull/2273/head
Дилян Палаузов 2024-03-12 21:25:57 +01:00 committed by GitHub
parent 37ec99736d
commit 59d9289179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -94,4 +94,17 @@ Place the .jar file in the folder Additional add-on files as described in File L
## Through the openHAB console
Add-ons (also known as bundles) can be also installed and updated via the openHAB console.
A detailed description can be found at [Installing or Updating Bundles](/docs/administration/bundles.html).
To see the available online and offline add-ons:
```sh
openhab:addons list
```
To install an add-on in the background:
```sh
openhab:addons install <id-as-from-list-command>
```
Another approach can be found at [Installing or Updating Bundles](/docs/administration/bundles.html).