EnOcean Link  1.14.0.0
Middleware to Connect EnOcean easily to other Projects
eoEEP_D240xx.h File Reference
#include "eoD2EEProfile.h"
Include dependency graph for eoEEP_D240xx.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ D240_DRIVING_LED_ENUM

Driving LED enums for D2-40-xx profiles.

Enumerator
DRIVING_DISABLED 

Disabled 0

DRIVING_ENABLED 

Enabled 1

◆ D240_INDEX_ENUM

Index enums for D2-40-xx profiles.

Enumerator
DRIVING_LED 

Driving LED 0

RESPONSE_MODE 

Demand Response Mode Active 1

DAYLIGH_HARVEST 

Daylight Harvesting Active 2

STATUS_REASON 

Status Reason 3

DIM_LEVEL_MONO 

LED Monocolor 4

DIM_LEVEL_RED 

LED Red 5

DIM_LEVEL_GREEN 

LED Green 6

DIM_LEVEL_BLUE 

LED Blue 7

◆ D240_OCCUPANCY_ENUM

Occupancy enums for D2-40-xx profiles.

Enumerator
D240_NOT_OCCUPIED 

Not occupied 0

D240_OCCUPIED 

Occupied 1

D240_UNKNOWN 

Unknown 2

◆ D240_STATUS_REASON_ENUM

Status reason enums for D2-40-xx profiles.

Enumerator
OTHER_REASON 

Other 0

HEARTBEAT 

Heartbeat 1

◆ D240_TRUE_FALSE_ENUM

True/False enums for D2-40-xx profiles.

Enumerator
D240_FALSE 

False 0

D240_TRUE 

True 1