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: