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

Go to the source code of this file.

Classes

class  eoEEP_D202xx
 The class to handle EEP D202 profiles. More...
 

Enumerations

enum  VLD_COMMANDS { SENSOR_MEASUREMENT = 0x01, SENSOR_TEST_TRIGGER = 0x02, ACTUATOR_SET = 0x03, SENSOR_QUERY = 0x04 }
 Command enums for D2-02-xx profiles. More...
 
enum  VLD_INDEXS {
  VLD_SELF_TEST = 0x00, VLD_TRIGGER_ALARM = 0x01, VLD_REPORT_MEASUREMENT = 0x02, VLD_MAX_TIME = 0x03,
  VLD_MIN_TIME = 0x04, VLD_SMOKE_DETECTION = 0x05, VLD_QUERY = 0x06
}
 Index enums for D2-02-xx profiles. More...
 
enum  VLD_SMOKE_DETECTION_ENUM { NO_SMOKE = 0x00, SMOKE_IONIZATION = 0x01, SMOKE_OPTICAL = 0x02, SMOKE_BOTH = 0x03 }
 Smoke detection enums for D2-02-xx profiles. More...
 
enum  VLD_QUERY_STATUS { QUERY_TEMP = 0x00, QUERY_LUMINANCE = 0x01, QUERY_OCCUPANCY = 0x02, QUERY_SMOPKE = 0x03 }
 Query enums for D2-02-xx profiles. More...
 

Enumeration Type Documentation

◆ VLD_COMMANDS

Command enums for D2-02-xx profiles.

Enumerator
SENSOR_MEASUREMENT 

Sensor Measurement 1

SENSOR_TEST_TRIGGER 

Sensor Test/Trigger 2

ACTUATOR_SET 

Actuator Set Measurement 3

SENSOR_QUERY 

Sensor Measurementuery 4

◆ VLD_INDEXS

enum VLD_INDEXS

Index enums for D2-02-xx profiles.

Enumerator
VLD_SELF_TEST 

Self-test 0

VLD_TRIGGER_ALARM 

Trigger alarm 1

VLD_REPORT_MEASUREMENT 

Report measurement 2

VLD_MAX_TIME 

Maximum time between two subsequent actuator 3

VLD_MIN_TIME 

Minimum time between two subsequent actuator 4

VLD_SMOKE_DETECTION 

Smoke detection 5

VLD_QUERY 

Query 6

◆ VLD_QUERY_STATUS

Query enums for D2-02-xx profiles.

Enumerator
QUERY_TEMP 

Query temperature 0

QUERY_LUMINANCE 

Query illuminaion 1

QUERY_OCCUPANCY 

Query occupancy 2

QUERY_SMOPKE 

Query smoke 3

◆ VLD_SMOKE_DETECTION_ENUM

Smoke detection enums for D2-02-xx profiles.

Enumerator
NO_SMOKE 

No smoke detected 0

SMOKE_IONIZATION 

Smoke detected via ionization chamber 1

SMOKE_OPTICAL 

Smoke detected via optical chamber 2

SMOKE_BOTH 

Smoke detected via both chamber 3