EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
#include "eoD2EEProfile.h"
Go to the source code of this file.
Classes | |
class | eoEEP_D240xx |
The class to handle EEP D240 profiles. More... | |
Enumerations | |
enum | D240_INDEX_ENUM { DRIVING_LED = 0x00, RESPONSE_MODE = 0x01, DAYLIGH_HARVEST = 0x02, STATUS_REASON = 0x03, DIM_LEVEL_MONO = 0x04, DIM_LEVEL_RED = 0x05, DIM_LEVEL_GREEN = 0x06, DIM_LEVEL_BLUE = 0x07 } |
Index enums for D2-40-xx profiles. More... | |
enum | D240_DRIVING_LED_ENUM { DRIVING_DISABLED = 0x00, DRIVING_ENABLED = 0x01 } |
Driving LED enums for D2-40-xx profiles. More... | |
enum | D240_TRUE_FALSE_ENUM { D240_FALSE = 0x00, D240_TRUE = 0x01 } |
True/False enums for D2-40-xx profiles. More... | |
enum | D240_OCCUPANCY_ENUM { D240_NOT_OCCUPIED = 0x00, D240_OCCUPIED = 0x01, D240_UNKNOWN = 0x02 } |
Occupancy enums for D2-40-xx profiles. More... | |
enum | D240_STATUS_REASON_ENUM { OTHER_REASON = 0x00, HEARTBEAT = 0x01 } |
Status reason enums for D2-40-xx profiles. More... | |
enum D240_INDEX_ENUM |
enum D240_OCCUPANCY_ENUM |
enum D240_TRUE_FALSE_ENUM |