smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
59 stars 23 forks source link

[deconz] Fix initialization error after thing update #377

Closed J-N-K closed 2 years ago

J-N-K commented 2 years ago

The default implementation after a thing update uses the same handler. Because of that the websocket connection destroyed in the call to dispose is re-used which results in an error. Also the DISCONNECTED state was not properly set when disposing the thing.

Signed-off-by: Jan N. Klug github@klug.nrw