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:
- 171:3f07e1df766c
- Parent:
- 167:2529c18d0eb1
- Child:
- 174:e8f11d1b5e3f
diff -r 9e72f2d0f2b2 -r 3f07e1df766c CommonDefinitions.h --- a/CommonDefinitions.h Fri Jul 18 21:05:07 2014 +0000 +++ b/CommonDefinitions.h Fri Jul 25 18:34:15 2014 +0000 @@ -47,8 +47,7 @@ #define PERSONALITY_NAME_INDEX 1 // start index for the ID of the personality name // Common Light Definition -#define LIGHT_ON_STATE "0" // initial state of each light in this endpoint -#define LIGHT_DIM_STATE "100" // initial dimming state of each light in this endpoint +#define LIGHT_DIM_STATE "75" // initial dimming state of each light in this endpoint #define LIGHT_TYPE_STRING "Light" // Type of Light (string) #define LIGHT_BLINK_WAIT_MS 1000 // time between blinks (ms) #define LIGHT_DEFAULT_STATE 1 // ON by default