diff --git a/apps/aqhome-nodes/loop_tty_broker.c b/apps/aqhome-nodes/loop_tty_broker.c index c5108b5..08630ce 100644 --- a/apps/aqhome-nodes/loop_tty_broker.c +++ b/apps/aqhome-nodes/loop_tty_broker.c @@ -73,9 +73,6 @@ void AqHomed_ForwardTtyMsgToBroker(AQHOMED *aqh, const GWEN_MSG *nodeMsg) _processValue2Message(aqh, nodeMsg); break; 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); break; case AQH_MSG_TYPE_COMSENDSTATS: