From 50546799dc59f9f84260d81e1d77410cb021d09c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 9 Sep 2024 15:46:48 +0200 Subject: [PATCH] aqhome: add new msg codes to type group "VALUES". --- aqhome/msg/msg_node.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aqhome/msg/msg_node.c b/aqhome/msg/msg_node.c index 23b89a6..6bc4d2f 100644 --- a/aqhome/msg/msg_node.c +++ b/aqhome/msg/msg_node.c @@ -202,6 +202,10 @@ uint32_t AQH_NodeMsg_GetMsgGroup(uint8_t msgType) case AQH_MSG_TYPE_VALUE: case AQH_MSG_TYPE_VALUE2: + 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: return AQH_MSG_TYPEGROUP_VALUES; case AQH_MSG_TYPE_NEED_ADDRESS: