weather/lcd4l: add some more weather data

Origin commit data
------------------
Commit: e7dd97e151
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-23 (Sat, 23 Mar 2019)

Origin message was:
------------------
- weather/lcd4l: add some more weather data
This commit is contained in:
vanhofen
2019-03-23 11:04:46 +01:00
parent ba576b4a7e
commit b00722e264
4 changed files with 75 additions and 3 deletions

View File

@@ -127,7 +127,9 @@ class CLCD4l
std::string m_pbcolor;
std::string m_wcity;
std::string m_wtimestamp;
std::string m_wtemp;
std::string m_wwind;
std::string m_wicon;
};