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:
32:56a11a9a35a2
Parent:
29:9a99f076129a
Child:
33:339eb862a4c4
--- a/Light.cpp	Fri Feb 28 05:07:44 2014 +0000
+++ b/Light.cpp	Fri Feb 28 05:19:52 2014 +0000
@@ -87,7 +87,7 @@
  void Light::off() { if (PL_ENABLE && this->pl() != NULL) this->pl()->off(); }
  
  // dim 
- void Light::dim(int value) { if (PL_ENABLE && this->pl() != NULL) this->pl()->dim(value);}
+ void Light::dim(int value) { if (PL_ENABLE && this->pl() != NULL) this->pl()->dim(value); }
  
  // set the IOC ID
  void Light::setIOCID(int ioc_id) { this->m_ioc_id = ioc_id; }