tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

Fix value requests from nodes for sensors with multiple subtypes #14

Closed planbnet closed 8 years ago

planbnet commented 8 years ago

Previously, the value for the last modified subtype, not for the one that was requested, was returned.

Additionally, deregistration of the handler was moved from the dispose method to handleRemoval to prevent NPEs on shutdown.

tobof commented 8 years ago

Thanks for the PR!!