From bdcbaa2b46c44cb70b6a86df7a85c95dda0060c8 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 22 Sep 2024 21:24:34 +0200 Subject: [PATCH] aqhome-nodes: improved handling of VALUE3 messages. --- apps/aqhome-nodes/loop_tty_broker.c | 3 --- 1 file changed, 3 deletions(-) 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: