calimero-project / calimero-core

Core library for KNX network access and management
Other
128 stars 65 forks source link

feedback notification #68

Closed ViorelOnica closed 6 years ago

ViorelOnica commented 6 years ago

Hello, is there any way to implement a listener over a feedback group address to get notified whenever it changes its value?

calimero-project commented 6 years ago

There is no API to individually subscribe to notifications from a single group address. Use a ProcessListener together with the example shown in javadoc of that interface.

ViorelOnica commented 6 years ago

hmm, I see that in your last release you changed some access modifiers from public to protected For example, I cannot access KNXNetworkLinkIP constructor anymore or KNXNetworkLinkIP.TUNNELING