@@ -40,17 +40,17 @@ class WundergroundClient: public JsonListener {
4040 String date = " -" ;
4141 boolean isMetric = true ;
4242 String currentTemp;
43- // JJG added ... ////////////////////////////////// define returns /////////////////////////////////
44- String moonPctIlum; // not used
45- String moonAge; // make this a long?
46- String moonPhase;
47- String sunriseTime;
48- String sunsetTime;
49- String moonriseTime;
50- String moonsetTime;
51- String windSpeed;
52- String windDir;
53- // end JJG add ////////////////////////////////////////////////////////////////////////////////////
43+ // JJG added ... ////////////////////////////////// define returns /////////////////////////////////
44+ String moonPctIlum; // not used
45+ String moonAge; // make this a long?
46+ String moonPhase;
47+ String sunriseTime;
48+ String sunsetTime;
49+ String moonriseTime;
50+ String moonsetTime;
51+ String windSpeed;
52+ String windDir;
53+ // end JJG add ////////////////////////////////////////////////////////////////////////////////////
5454 String weatherIcon;
5555 String weatherText;
5656 String humidity;
@@ -72,28 +72,31 @@ class WundergroundClient: public JsonListener {
7272 WundergroundClient (boolean isMetric);
7373 void updateConditions (String apiKey, String language, String country, String city);
7474 void updateForecast (String apiKey, String language, String country, String city);
75- void updateAstronomy (String apiKey, String language, String country, String city); // JJG added
75+ void updateAstronomy (String apiKey, String language, String country, String city);
76+ // JJG added
7677 String getHours ();
7778 String getMinutes ();
7879 String getSeconds ();
7980 String getDate ();
80- // JJG added ... ///////////////////function name to string ////////////////////////////
81- String getMoonPctIlum ();
82- String getMoonAge ();
83- String getMoonPhase ();
84- String getSunriseTime ();
85- String getSunsetTime ();
86- String getMoonriseTime ();
87- String getMoonsetTime ();
88- String getWindSpeed ();
89- String getWindDir ();
90- // end JJG add ///////////////////////////////////////////////////////////////////////
81+ // JJG added ... ///////////////////function name to string ////////////////////////////
82+ String getMoonPctIlum ();
83+ String getMoonAge ();
84+ String getMoonPhase ();
85+ String getSunriseTime ();
86+ String getSunsetTime ();
87+ String getMoonriseTime ();
88+ String getMoonsetTime ();
89+ String getWindSpeed ();
90+ String getWindDir ();
91+ // end JJG add ///////////////////////////////////////////////////////////////////////
9192 long getCurrentEpoch ();
9293
9394 String getCurrentTemp ();
9495
9596 String getTodayIcon ();
9697
98+ String getTodayIconText ();
99+
97100 String getMeteoconIcon (String iconText);
98101
99102 String getWeatherText ();
0 commit comments