David Smart / NWSWeather
Revision:
8:8a3371926b32
Parent:
7:6a06861905f6
Child:
10:548533964124
diff -r 6a06861905f6 -r 8a3371926b32 NWSWeather.cpp
--- a/NWSWeather.cpp	Sun Jun 08 01:33:40 2014 +0000
+++ b/NWSWeather.cpp	Fri Jul 04 13:19:28 2014 +0000
@@ -33,7 +33,7 @@
 
 static NWSWeather::XMLItem_T WeatherData[] = {
     {"observation_time_rfc822", NWSWeather::isString},
-    {"suggested_pickup", NWSWeather::isString},
+    {"suggested_pickup", NWSWeather::isInt},
     {"suggested_pickup_period", NWSWeather::isInt},
     {"location", NWSWeather::isString},
     {"weather", NWSWeather::isString},