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_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... | |
enum VLD_COMMANDS |
enum VLD_INDEXS |
Index enums for D2-02-xx profiles.
enum VLD_QUERY_STATUS |