From 1aefdc08f13febdd86e7cd79065f0b650ff58786 Mon Sep 17 00:00:00 2001 From: Christian Oeing Date: Thu, 3 Dec 2020 12:10:46 +0100 Subject: [PATCH] #14 Update info about auto reload of bundle jar in DEVELOPERS.md Signed-off-by: Christian Oeing Signed-off-by: Gerd Zanker --- bundles/org.openhab.binding.boschshc/DEVELOPERS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.boschshc/DEVELOPERS.md b/bundles/org.openhab.binding.boschshc/DEVELOPERS.md index f46c40be5991b..9ee8b4bb7e40e 100644 --- a/bundles/org.openhab.binding.boschshc/DEVELOPERS.md +++ b/bundles/org.openhab.binding.boschshc/DEVELOPERS.md @@ -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" @@ -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 - ## Debugging