From 5fbd862c8498fe8f0f711f9289c763fd5d79bd3b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 14 May 2021 19:57:06 +0300 Subject: added "partly sunny" (for #2872) --- protocols/Weather/src/weather_conv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/src') diff --git a/protocols/Weather/src/weather_conv.cpp b/protocols/Weather/src/weather_conv.cpp index 880166305d..debbaeab89 100644 --- a/protocols/Weather/src/weather_conv.cpp +++ b/protocols/Weather/src/weather_conv.cpp @@ -327,7 +327,7 @@ WORD GetIcon(const wchar_t *cond, WIDATA *Data) return statusValue[i]; // internal detection - if (wcsstr(cond, L"mainy sunny") || wcsstr(cond, L"mainy clear") || wcsstr(cond, L"partly cloudy") || wcsstr(cond, L"mostly") || wcsstr(cond, L"clouds")) + if (wcsstr(cond, L"mainy sunny") || wcsstr(cond, L"mainy clear") || wcsstr(cond, L"partly sunny") || wcsstr(cond, L"partly cloudy") || wcsstr(cond, L"mostly") || wcsstr(cond, L"clouds")) return PCLOUDY; if (wcsstr(cond, L"sunny") || wcsstr(cond, L"clear") || wcsstr(cond, L"fair")) -- cgit v1.2.3