openhab / org.openhab.binding.zigbee

openHAB binding for ZigBee
Eclipse Public License 2.0
73 stars 111 forks source link

Remove deprecations from battery voltage converter #814

Closed cdjackson closed 7 months ago

cdjackson commented 8 months ago

This updates the battery voltage converter to remove deprecations. In the process, this also hopefully also avoids an NPE that occurs when no data is returned from a read request. The old methods in the library can cause an NPE in this event.

Hopefully this resolves #813