30 #if !defined(eoEEP_A506_H__INCLUDED_) 31 #define eoEEP_A506_H__INCLUDED_ 77 bool HasIlluminanceSwitch();
78 bool IsIlluminanceChannel1() {
return (
msg.
data[3] & 0x01) == 0x01; };
82 #endif // !defined(EA_259BDE62_FE41_490e_8B3E_427A72922C4A__INCLUDED_) EnOcean Equipment Profiles.
Definition: eoA5EEProfile.h:85
The class to handle EEP a506 profiles.
Definition: eoEEP_A506xx.h:65
uint8_t type
Type.
Definition: eoProfile.h:69
eoMessage msg
helper function to convert bits
Definition: eoProfile.h:302
uint8_t * data
Data Pointer.
Definition: eoAbstractMessage.h:51
Abstract class for channel information. Abstract class for channel information. From this class speci...
Definition: eoChannelInfo.h:77
eoReturn SetType(uint8_t type)
eoReturn SetValue(CHANNEL_TYPE type, float value)
Sets the Value using a Floating Point.
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
eoReturn GetValue(CHANNEL_TYPE type, float &value)
Gets the Value as Floating Point.
CHANNEL_TYPE
Definition: eoChannelEnums.h:169
virtual eoChannelInfo * GetChannel(CHANNEL_TYPE type)