aqhome-react, aqhome: added units/functions for handling local variables.
This commit is contained in:
@@ -58,7 +58,7 @@ void AqHomeReact_IoLoop(AQHOME_REACT *aqh, int timeoutInMilliSecs)
|
||||
code=GWEN_IpcMsg_GetCode(msg);
|
||||
if (code==AQH_MSGTYPE_IPC_DATA_DATACHANGED) {
|
||||
DBG_DEBUG(NULL, "Received expected IPC message");
|
||||
_handleDataResponse(aqh->varChangeUnit, msg);
|
||||
_handleDataResponse(aqh->serverVarChangeUnit, msg);
|
||||
}
|
||||
else if (code==AQH_MSGTYPE_IPC_DATA_RESULT) {
|
||||
DBG_INFO(NULL, "Received IPC result message, ignoring");
|
||||
|
||||
Reference in New Issue
Block a user