Updating ZWave Binding after changes to device list

After having updated the definition of a device in the device-list under cd-Jackson.com - and it being approved - how long should I expect it to take before I can grab a new copy of the snapshot .jar-file which include the new definitions - and where exactly should I look for it ? I am on OH2 and guess I am looking for the org.openhab.binding.zwave-2.1.0-SNAPSHOT.jar file…

OK - can see that the OH2 bindings have been built - but the new channel on the ZMNHID device (temperature_setpoint) is still not available. I have the .jar file in my addon dir and have rebooted. All devices come up beautifully - and also the ZMNHID device - but the new channel is not available yet.
Deleted the thing and added again - to no avail.

  1. How can I check what version of the binding OH2 loads ?

  2. How can I check if the updated channel is included in the actual binding build ?

Martin

I keep an eye on the closed PRs https://github.com/openhab/org.openhab.binding.zwave/pulls?q=is%3Apr+is%3Aclosed
and then wait for the next build https://openhab.ci.cloudbees.com/job/openHAB2-Bundles/lastStableBuild/org.openhab.binding$org.openhab.binding.zwave/

I may be mistaken, but I thought based on previous experience that you had to delete and rediscover the device to get the add’l channels

He mentioned that he deleted the thing and rediscovered it and it didn’t help.

I just tried it again (delete, rediscover) - and for some reason it works now; I now have the temperature-setpoint I wanted.
Thanks for support!