Skip to content

Commit

Permalink
openhab#14 Update info about auto reload of bundle jar in DEVELOPERS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Oeing <[email protected]>
Signed-off-by: Gerd Zanker <[email protected]>
  • Loading branch information
coeing authored and GerdZanker committed Jan 7, 2021
1 parent 2d750be commit 1aefdc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bundles/org.openhab.binding.boschshc/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ After compiling a new ``org.openhab.binding.boschshc.jar``
copy it into the ``addons`` folder of your openHAB test instance.

For the first time the jar is loaded automatically as a bundle.
If the jar is updated, your need to execute:

It should also be reloaded automatically when the jar changed.

To reload the bundle manually you need to execute:

bundle:update "openHAB Add-ons :: Bundles :: BoschSHC Binding"

Expand All @@ -21,7 +24,6 @@ or get the ID and update the bundle using the ID:
bundle:list
-> Get ID for "openHAB Add-ons :: Bundles :: BoschSHC Binding"
bundle:update <ID>



## Debugging
Expand Down

0 comments on commit 1aefdc0

Please sign in to comment.