Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
94:4939666f455d
Parent:
91:8732d54328ae
Child:
95:ee602f51c677
--- a/PhilipsLight.cpp	Fri Mar 14 03:54:33 2014 +0000
+++ b/PhilipsLight.cpp	Fri Mar 14 19:32:56 2014 +0000
@@ -61,6 +61,7 @@
      
      // DEBUG
      this->logger()->log("Setting Philips light: %d payload: %s",this->m_id,this->m_payload);
+     this->logger()->log("Setting Philips light: url: %s",this->m_url);
      
      // issue the PUT
      bool success = false;