]> git.basschouten.com Git - openhab-addons.git/commit
[openweathermap] Added One Call API weather warnings (#10435)
authorChristoph Weitkamp <github@christophweitkamp.de>
Fri, 9 Apr 2021 20:59:25 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 20:59:25 +0000 (22:59 +0200)
commite0f5e858c7a869f14e9aad46ea4d712f13a17342
tree59e6fc9f28dc46e20e311d2e85b2ca86f8273696
parent950033ba2f926efeab96033eafe93aff7e509876
[openweathermap] Added One Call API weather warnings (#10435)

* Added One Call API weather warnings

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Changed Channel title to event

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
12 files changed:
bundles/org.openhab.binding.openweathermap/README.md
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/OpenWeatherMapBindingConstants.java
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/config/OpenWeatherMapOneCallConfiguration.java
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/connection/OpenWeatherMapConnection.java
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/dto/onecall/Alert.java [new file with mode: 0644]
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/dto/onecall/OpenWeatherMapOneCallAPIData.java
bundles/org.openhab.binding.openweathermap/src/main/java/org/openhab/binding/openweathermap/internal/handler/OpenWeatherMapOneCallHandler.java
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/i18n/openweathermap.properties
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/i18n/openweathermap_de.properties
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/thing/channel-types.xml
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/thing/thing-types.xml