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

Go to the source code of this file.

Classes

class  eoA5EEProfile
 EnOcean Equipment Profiles. More...
 

Enumerations

enum  ENUM_FAN_SPEED_5STAGE {
  STAGE_3 = 0, STAGE_2 = 1, STAGE_1 = 2, STAGE_0 = 3,
  STAGE_AUTO = 4
}
 Fan Speed for 5 Stages ie A5-10-01. More...
 
enum  ENUM_FAN_SPEED_7STAGE {
  SPEED_AUTO = 0, SPEED_0 = 1, SPEED_1 = 2, SPEED_2 = 3,
  SPEED_3 = 4, SPEED_4 = 5, SPEED_5 = 6, SPEED_OFF = 7
}
 Fan Speed for 7 Stages ie A5-10-18. More...
 

Detailed Description

Author
EnOcean GmbH

Enumeration Type Documentation

◆ ENUM_FAN_SPEED_5STAGE

Fan Speed for 5 Stages ie A5-10-01.

Enumerator
STAGE_3 

Stage 3 0..144

STAGE_2 

Stage 2 145..164

STAGE_1 

Stage 1 165..189

STAGE_0 

Stage 0 190..209

STAGE_AUTO 

Stage Auto210..255

◆ ENUM_FAN_SPEED_7STAGE

Fan Speed for 7 Stages ie A5-10-18.

Enumerator
SPEED_AUTO 

Stage Auto 0

SPEED_0 

Speed 0 1

SPEED_1 

Speed 1 2

SPEED_2 

Speed 2 3

SPEED_3 

Speed 3 4

SPEED_4 

Speed 4 5

SPEED_5 

Speed 5 6

SPEED_OFF 

Speed Off 7