5 #ifndef HOMEAUTMESSAGE_H_ 6 #define HOMEAUTMESSAGE_H_ 35 char TargetAddress[3];
80 } HomeAut_FunctionType;
88 HomeAut_FunctionType
function;
98 Login_ImLoginImNodeSmall,
99 Login_ImLoginImNodeMedium,
100 Login_ImLoginImCenterPanel,
119 Alarm_InternalTemperature_TooHot,
120 Alarm_InternalTemperature_TooCold,
150 Config_AnythingLimit,
199 void HOMEAUTMESSAGE_Test(
void);
200 ReturnType HOMEAUTMESSAGE_CompareMessage(
char *messageString);
203 ReturnType HOMEAUTMESSAGE_CreateAndSendHomeAutMessage
204 ( uint8_t myIp, uint8_t destIp, HomeAut_FunctionType
function,
205 HomeAut_DataType dataType, uint32_t data, uint8_t isValid);
Function name - string parity table.
Definition: homeautmessage.h:85
HomeAut_DataType type
Data type.
Definition: homeautmessage.h:163
HomeAut message structure for message separation.
Definition: homeautmessage.h:27
Data type - string table.
Definition: homeautmessage.h:160