mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Fix wrong mapping yahoo weather conditions to openweathermap.
This commit is contained in:
parent
8141076e25
commit
290c6c53fb
@ -433,7 +433,7 @@ public class Weather {
|
|||||||
return 801;
|
return 801;
|
||||||
case 45: //thundershowers
|
case 45: //thundershowers
|
||||||
case 47: //isolated thundershowers
|
case 47: //isolated thundershowers
|
||||||
return 621;
|
return 211;
|
||||||
case 3200: //not available
|
case 3200: //not available
|
||||||
default:
|
default:
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user