mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix wrong mapping yahoo weather conditions to openweathermap.
This commit is contained in:
@@ -433,7 +433,7 @@ public class Weather {
|
||||
return 801;
|
||||
case 45: //thundershowers
|
||||
case 47: //isolated thundershowers
|
||||
return 621;
|
||||
return 211;
|
||||
case 3200: //not available
|
||||
default:
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user