ah that explains it. Thanks!
infrag
@infrag
0
Reputation
3
Posts
334
Profile views
0
Followers
0
Following
Best posts made by infrag
This user hasn't posted anything yet.
Latest posts made by infrag
-
RE: openHAB 2.0 binding
The old method of bridgeHandlerDisposed is Depreciated now.
-
RE: openHAB 2.0 binding
I'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!