28 #if !defined(eoEEP_D211_H__INCLUDED_) 29 #define eoEEP_D211_H__INCLUDED_ 93 DISPLAY_HEATING_SYMBOL = 0x01,
95 DISPLAY_COOLING_SYMBOL = 0x02,
97 DISPLAY_WINDOW_OPEN_SYMBOL = 0x03,
99 TEMP_CORRECTION = 0x04,
101 TEMP_BASEPOINT = 0x05,
103 VALID_TEMP_CORRECTION = 0x06,
119 } D211_MESSAGE_ID_ENUM;
125 SETPOINT_TEMP_CORRECTION = 0x00,
127 SETPOINT_TEMP_SETPOINT = 0x01
128 } D211_SETPOINT_TYPE_ENUM;
134 TEMP_CORRECTION_1 = 0x01,
136 TEMP_CORRECTION_2 = 0x02,
138 TEMP_CORRECTION_3 = 0x03,
140 TEMP_CORRECTION_4 = 0x04,
142 TEMP_CORRECTION_5 = 0x05,
144 TEMP_CORRECTION_6 = 0x06,
146 TEMP_CORRECTION_7 = 0x07,
148 TEMP_CORRECTION_8 = 0x08,
150 TEMP_CORRECTION_9 = 0x09,
152 TEMP_CORRECTION_10 = 0x0A
153 } D211_TEMP_CORRECTION_ENUM;
161 TEL_TEMP_RELHUM_CHANGE = 0x01,
163 TEL_USER_CHANGE = 0x02
164 } D211_TEL_TYPE_ENUM;
198 #endif // !defined(EA_259BDE62_FE41_490e_8B3E_427A72922C4A__INCLUDED_) uint8_t type
Type.
Definition: eoProfile.h:69
eoMessage msg
helper function to convert bits
Definition: eoProfile.h:302
Message Class for communication.
Definition: eoMessage.h:47
virtual eoReturn SetCommand(uint8_t cmd)
The class to handle EEP D211 profiles.
Definition: eoEEP_D211xx.h:166
eoReturn Parse(const eoMessage &msg)
Parses a msg using learned in Profile from Device.
virtual eoReturn SetLength(uint8_t command)
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
EnOcean Equipment Profiles.
Definition: eoD2EEProfile.h:96
eoReturn SetType(uint8_t type)
CHANNEL_TYPE
Definition: eoChannelEnums.h:169
eoEEP_D211xx(uint16_t size=10)