ah that explains it. Thanks! :)
infrag
@infrag
Posts
-
openHAB 2.0 binding -
openHAB 2.0 bindingThe old method of bridgeHandlerDisposed is Depreciated now.
-
openHAB 2.0 bindingI've downloaded your code from github for this binding and tried to modify it a bit for my specific needs. However I'm having trouble compiling it. I've then gone back to basics and added in your unedited code to Eclipse. However it complains about:
@Override
public void bridgeHandlerDisposed(ThingHandler thingHandler, Bridge bridge)Saying : The method bridgeHandlerDisposed(Thinghandler,Bridge) of type MySensorsHandler must override or implement a supertype method.
Do you have any advice for me on this? :)
Thanks for your work on this!