mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: Map cloudy weather icons in system weather app (on fw 4.x)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Initial support for Pebble 2 Duo
|
||||
* Pebble 2/2 Duo: Fix random crashes on disconnect
|
||||
* Pebble: Support multiple weather location with system weather app (on fw 4.x)
|
||||
* Pebble: Map cloudy weather icons in system weather app (on fw 4.x)
|
||||
* Pebble: Support night icons on TrekVolle and TimeStyle
|
||||
|
||||
#### 0.87.1
|
||||
|
||||
|
||||
+2
-1
@@ -181,7 +181,8 @@ object WeatherMapper {
|
||||
615, 616 -> 8
|
||||
701, 711, 721, 731, 741, 751, 761, 762, 771, 781, 900 -> 6
|
||||
800 -> 7
|
||||
801, 802, 803, 804 -> 0
|
||||
801, 802 -> 0
|
||||
803, 804 -> 1
|
||||
901, 903, 904, 905, 906, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 902, 962 -> 6
|
||||
|
||||
else -> 6
|
||||
|
||||
Reference in New Issue
Block a user