smarthomej / addons

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

[amazonechocontrol] fix NPE #307

Closed J-N-K closed 2 years ago

J-N-K commented 2 years ago

It was recently discovered that a valid, empty input JSON also makes Gson.fromJSON return null, while it was assumed to only return null when the input is null.

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