Re: FeaturesService Code Examples

2019-11-26 Thread Paul Fraser
Thanks, Markus, Looks to be a worthwhile example of the process. Paul Fraser On 26/11/2019 6:10 pm, Markus Rathgeb wrote: Hi, openHAB uses the feature service programmatically, too. So, for an example you could also look at: https://github.com/openhab/openhab-core/blob/c50766d7c37a19f634e88fb

Re: FeaturesService Code Examples

2019-11-25 Thread Markus Rathgeb
Hi, openHAB uses the feature service programmatically, too. So, for an example you could also look at: https://github.com/openhab/openhab-core/blob/c50766d7c37a19f634e88fbe47b03b90215ab398/bundles/org.openhab.core.karaf/src/main/java/org/openhab/core/karaf/internal/FeatureInstaller.java#L115 I ne

Re: FeaturesService Code Examples

2019-11-21 Thread Jean-Baptiste Onofré
Hi Paul, You can use Cave Deployer that deal with features service, locally or remotely (using JMX). Regards JB On 22/11/2019 05:59, Paul Fraser wrote: > Hi, > > Now at the stage of wanting to install,  uninstall and do all of the > clever karaf things in code, but I cannot locate any usefull e

FeaturesService Code Examples

2019-11-21 Thread Paul Fraser
Hi, Now at the stage of wanting to install,  uninstall and do all of the clever karaf things in code, but I cannot locate any usefull examples. My attempts so far have failed as there seems to be peculiar forms of presenting feature repo and feature names in code and the required work flow el