]> git.basschouten.com Git - openhab-addons.git/commit
[dwdunwetter] Improve server problem handling (#15405)
authorlsiepel <leosiepel@gmail.com>
Sat, 23 Sep 2023 17:28:59 +0000 (19:28 +0200)
committerGitHub <noreply@github.com>
Sat, 23 Sep 2023 17:28:59 +0000 (19:28 +0200)
commit3b30d5ab11d8669e5028b3c78e42e141e0be5abd
treed3d2c19c9e22d3f023ea57d831a3304c53dc6cbe
parent55789bd792d33c00513cabecb321849b449e5fe8
[dwdunwetter] Improve server problem handling  (#15405)

* Fix #14691
* Add country tag

---------

Signed-off-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
bundles/org.openhab.binding.dwdunwetter/src/main/java/org/openhab/binding/dwdunwetter/internal/dto/DwdWarningDataAccess.java
bundles/org.openhab.binding.dwdunwetter/src/main/java/org/openhab/binding/dwdunwetter/internal/dto/DwdWarningsData.java
bundles/org.openhab.binding.dwdunwetter/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.dwdunwetter/src/test/java/org/openhab/binding/dwdunwetter/internal/dto/DwdWarningsDataAccessTest.java [new file with mode: 0644]
bundles/org.openhab.binding.dwdunwetter/src/test/java/org/openhab/binding/dwdunwetter/internal/dto/DwdWarningsDataTest.java