Core Base Classes for the Light Endpoints
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: CommonDefinitions.h
- Revision:
- 183:2f586f91ff23
- Parent:
- 182:85c62a9f146d
- Child:
- 184:b73d6c976063
--- a/CommonDefinitions.h Sat Sep 13 02:56:10 2014 +0000 +++ b/CommonDefinitions.h Sat Sep 13 04:27:19 2014 +0000 @@ -55,6 +55,14 @@ // Multitech probe for temperature reporting //#define MULTITECH_TEMP_PROBE true +// Until we get HTTPS with BasicAuth working in MBED... +#define GW_IPADDRESS "192.168.1.220" // gateway IP address (default) +#define GW_PORT "8888" // gateway port (default) + +// IOC REST URL for AutoRegister +#define IOC_USERNAME "anson" +#define IOC_PASSWORD "savetheplanet1" + // Auto Registration with IOC on init/startup #define AUTO_REGISTER_WITH_IOC true // true - auto register, false - dont