28 #ifndef EO_EEP_D20610_H 29 #define EO_EEP_D20610_H 80 D20610_PA_NO_PRE_ALARM_OCCURED = 0,
81 D20610_PA_PRE_ALARM_OCCURED = 1,
85 D20610_A_NO_ALARM = 0,
86 D20610_A_ALARM_OCCURED = 1,
90 D20610_WC_CON_TACT_OPEN = 0,
91 D20610_WC_CONTACT_CLOSED = 1,
95 D20610_PAE_PRE_ALARM_DISABLED = 0,
96 D20610_PAE_PRE_ALARM_ENABLED = 1,
100 D20610_SAL_DISABLE_ALARM_SYSTEM = 0,
101 D20610_SAL_ENABLE_ALARM_SYSTEM = 1,
105 D20610_EPA_DISABLE_PRE_ALARM = 0,
106 D20610_EPA_ENABLE_PRE_ALARM = 1,
114 eoReturn SetChannels(SIMPLE_DIRECTION direction);
117 uint8_t outChannelCount;
133 #endif // !eoEEP_D20610 An interface for profiles which support bidirectional communication, but do not indicate the directio...
Definition: eoISimpleBidirectionalProfile.h:50
uint8_t type
Type.
Definition: eoProfile.h:69
Message Class for communication.
Definition: eoMessage.h:47
virtual eoReturn SetValue(CHANNEL_TYPE type, float value, uint8_t subFlag) override
Gets the Value as a float.
The class to handle eoEEP_D20610.
Definition: eoEEP_D20610.h:111
Abstract class for channel information. Abstract class for channel information. From this class speci...
Definition: eoChannelInfo.h:77
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
Specific class for EEP channel information. Class used to describe the EEP channels. It has the EEP_ITEM to describe the EEP channel values and the subtype - index.
Definition: eoChannelInfo.h:110
virtual eoReturn SetType(uint8_t type)
EnOcean Equipment Profiles.
Definition: eoD2EEProfile.h:96
CHANNEL_TYPE
Definition: eoChannelEnums.h:169
virtual eoChannelInfo * GetOutChannel(CHANNEL_TYPE type) override
virtual eoReturn SetDirection(SIMPLE_DIRECTION direction) override