-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openweathermap] Fix display of alert data #12697
Conversation
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openweathermap-new-one-call-api/101419/47 |
...n/java/org/openhab/binding/openweathermap/internal/handler/OpenWeatherMapOneCallHandler.java
Show resolved
Hide resolved
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Just noticed that javadoc for |
Thank you |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openweathermap-new-one-call-api/101419/50 |
* fix display of alert data * improve javadoc * add javadoc to updateMinutelyForecastChannel Signed-off-by: Hans Böhm <h.boehm@gmx.at>
* fix display of alert data * improve javadoc * add javadoc to updateMinutelyForecastChannel Signed-off-by: Hans Böhm <h.boehm@gmx.at> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
* fix display of alert data * improve javadoc * add javadoc to updateMinutelyForecastChannel Signed-off-by: Hans Böhm <h.boehm@gmx.at>
Signed-off-by: Hans Böhm h.boehm@gmx.at
This fixes an issue where the last alert in the API response is always ignored. Also discussed in the forum.