From 7b14d12d7f84d63b1332aa1ba74c2c67f76c5095 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 6 Apr 2025 19:38:13 +0300 Subject: =?UTF-8?q?fixes=20#4943=20(Weather:=20=D0=BD=D0=B5=20=D1=85=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=D0=B5=D1=82=20=D0=B4=D0=B0=D1=82=20=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8,=20=D1=85=D0=BE=D1=82=D1=8F=20=D0=B1=D1=8B,=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9=20=D0=B4=D0=BD?= =?UTF-8?q?=D0=B5=D0=B9=20=D0=BD=D0=B5=D0=B4=D0=B5=D0=BB=D0=B8=20=D1=83=20?= =?UTF-8?q?5-=D0=B4=D0=BD=D0=B5=D0=B2=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B3=D0=BD=D0=BE=D0=B7=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Weather/src/weather_update.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Weather/src') diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index 3082d8d2c1..a64bf7e063 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -373,6 +373,7 @@ static double g_elevation = 0; static void getData(OBJLIST &arValues, const JSONNode &node) { + arValues.insert(new WIDATAITEM(LPGENW("Date"), L"", parseConditions(node["datetime"].as_mstring()))); arValues.insert(new WIDATAITEM(LPGENW("Condition"), L"", parseConditions(node["conditions"].as_mstring()))); arValues.insert(new WIDATAITEM(LPGENW("Temperature"), L"C", node["temp"].as_mstring())); arValues.insert(new WIDATAITEM(LPGENW("High"), L"C", node["tempmax"].as_mstring())); -- cgit v1.2.3