From fe51b399bee6bf8d494d7447c2e99ae01355d00d Mon Sep 17 00:00:00 2001 From: "de@itstall.de" <de@itstall.de> Date: Tue, 4 Feb 2020 20:43:39 +0100 Subject: [PATCH] changed forercast from 12:00 to 15:00 --- dbSqlite.h | 2 +- weatherstation.db | Bin 552960 -> 552960 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dbSqlite.h b/dbSqlite.h index 175bacd..679b3d1 100644 --- a/dbSqlite.h +++ b/dbSqlite.h @@ -79,7 +79,7 @@ public: int index = 0; for (int i = 0; i < vecForecast.size(); i++) { - if (vecForecast[i].from.find("12:00:00") != string::npos) { + if (vecForecast[i].from.find("15:00:00") != string::npos) { jObj[index]["plz"] = vecForecast[i].plz; jObj[index]["lngCode"] = vecForecast[i].lngCode; jObj[index]["sunrise"] = vecForecast[i].sunrise; diff --git a/weatherstation.db b/weatherstation.db index da6af422d40ec5980a787af25b07422422c51899..35d590941ef1b0417f7d47a8137f1049a589482e 100644 GIT binary patch delta 349 zcmZp8pxE$0ae_2s+C&*=#<YzIOZWxY`NbLd#rePRU*KQO-^OpVSwMi9-%Ewrm(jq; zIN8#|(7?>XASuP%BstC8z$n=)&D7W=#V9q=(uf_TDAh70#WK-2+1xbM%mN5a4Ga>K zERv1QlMIc_3=9m|CMU`-7Gme~WdK^RfbSu{1HUHUbUxqBiUQ_*^&af(zT$$)lJbP? zGBYtXH%du$33CmOw{USbaq@Tabv3dua0xcFa56H`HS%DCnncJ!re;QFmQa&K%`FVw zOwAES1p|#TocvJFkC~U3ce0VbIV;%W<~;rOJbgwWW&&bnAZ7t#Rv=~rV)pHM`W%xS E0P8tfF8}}l delta 123 zcmZp8pxE$0ae_2s{6raN#`uj1OZfR%`4buVzwlq+U(MgfpSWExfkTvkvVnlr<V5+! ze5`yA8Gup?_#W~*@M~^X6gbZ}`JtX4GXn#|WFviZR&z@;bCc#g{q{V4Mj&PaVrC#_ S0b*7lW&>jO?RokflN<mp2_(J% -- GitLab