@@ -40,17 +40,17 @@ class WundergroundClient: public JsonListener {
40
40
String date = " -" ;
41
41
boolean isMetric = true ;
42
42
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 ////////////////////////////////////////////////////////////////////////////////////
54
54
String weatherIcon;
55
55
String weatherText;
56
56
String humidity;
@@ -72,28 +72,31 @@ class WundergroundClient: public JsonListener {
72
72
WundergroundClient (boolean isMetric);
73
73
void updateConditions (String apiKey, String language, String country, String city);
74
74
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
76
77
String getHours ();
77
78
String getMinutes ();
78
79
String getSeconds ();
79
80
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 ///////////////////////////////////////////////////////////////////////
91
92
long getCurrentEpoch ();
92
93
93
94
String getCurrentTemp ();
94
95
95
96
String getTodayIcon ();
96
97
98
+ String getTodayIconText ();
99
+
97
100
String getMeteoconIcon (String iconText);
98
101
99
102
String getWeatherText ();
0 commit comments