Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MBEDEndpoint.cpp
- Revision:
- 115:7c8b958dfaa7
- Parent:
- 94:0159f907859b
- Child:
- 138:6159f1940b1d
diff -r 9d4f32372a30 -r 7c8b958dfaa7 MBEDEndpoint.cpp
--- a/MBEDEndpoint.cpp Fri Mar 14 20:20:53 2014 +0000
+++ b/MBEDEndpoint.cpp Fri Mar 14 21:26:03 2014 +0000
@@ -49,7 +49,8 @@
#else
if (success)this->logger()->log(ENDPOINT_VERSION_ANNOUNCE);
#endif
- if (success)this->logger()->log("IOC Gateway IP Address: %s",GW_IPADDRESS);
+ if (success)this->logger()->log("IOC Gateway IP: %s",GW_IPADDRESS);
+ if (PL_ENABLE && success) this->logger()->log("Philips Light ID: %d Philips Gateway IP: %s",PL_LIGHT_ID,PL_GW_ADDRESS);
if (success) success = this->initializeEthernet(ethernet);
if (success) this->logger()->turnLEDYellow();
if (success)this->m_map = new MBEDToIOCResourceMap(error_handler);