Merge pull request #199 from sqfmi/dev

Dev
pull/205/head
SQFMI 2022-12-26 12:53:02 -05:00 committed by GitHub
commit 2cdfeaa0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ weatherData Watchy::getWeatherData(String cityID, String units, String lang,
currentWeather.weatherConditionCode =
int(responseObject["weather"][0]["id"]);
currentWeather.weatherDescription =
responseObject["weather"][0]["main"];
JSONVar::stringify(responseObject["weather"][0]["main"]);
// sync NTP during weather API call and use timezone of city
gmtOffset = int(responseObject["timezone"]);
syncNTP(gmtOffset);