Internet of Things project for the uWater team.

Dependencies:   mbed mbedConnectorInterface mbedEndpointNetwork

Files at this revision

API Documentation at this revision

Comitter:
JasonSwanson
Date:
Sat May 09 19:29:06 2015 +0000
Parent:
4:50c73ea1adc0
Commit message:
Changed moisture sensor resource ID back to 5700

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 50c73ea1adc0 -r f287937e50e8 main.cpp
--- a/main.cpp	Sat May 09 18:35:28 2015 +0000
+++ b/main.cpp	Sat May 09 19:29:06 2015 +0000
@@ -66,7 +66,7 @@
 
 // Moisture Resource
 #include "MoistureResource.h"
-MoistureResource moisture(&logger, "3304/0/5600", true); /* true for observable */
+MoistureResource moisture(&logger, "3304/0/5700", true); /* true for observable */
 
 // Relay Resource
 #include "RelayResource.h"