aqhome-nodes: improved handling of VALUE3 messages.
This commit is contained in:
@@ -73,9 +73,6 @@ void AqHomed_ForwardTtyMsgToBroker(AQHOMED *aqh, const GWEN_MSG *nodeMsg)
|
|||||||
_processValue2Message(aqh, nodeMsg);
|
_processValue2Message(aqh, nodeMsg);
|
||||||
break;
|
break;
|
||||||
case AQH_MSG_TYPE_VALUE_REPORT:
|
case AQH_MSG_TYPE_VALUE_REPORT:
|
||||||
case AQH_MSG_TYPE_VALUE_SET:
|
|
||||||
case AQH_MSG_TYPE_VALUE_SET_ACK:
|
|
||||||
case AQH_MSG_TYPE_VALUE_SET_NACK:
|
|
||||||
_processValue3Message(aqh, nodeMsg);
|
_processValue3Message(aqh, nodeMsg);
|
||||||
break;
|
break;
|
||||||
case AQH_MSG_TYPE_COMSENDSTATS:
|
case AQH_MSG_TYPE_COMSENDSTATS:
|
||||||
|
|||||||
Reference in New Issue
Block a user