aqhome: implemented new node messages, adapted to firmware changes.

This commit is contained in:
Martin Preuss
2023-03-19 23:23:14 +01:00
parent 4cc2e21a79
commit 29bf52bfdb
12 changed files with 561 additions and 16 deletions

View File

@@ -150,8 +150,10 @@ uint32_t AQH_NodeMsg_GetMsgGroup(uint8_t msgType)
case AQH_MSG_TYPE_COMRECVSTATS:
case AQH_MSG_TYPE_TWIBUSMEMBER:
case AQH_MSG_TYPE_DEBUG:
case AQH_MSG_TYPE_DEVICE:
return AQH_MSG_TYPEGROUP_INFO;
case AQH_MSG_TYPE_VALUE:
case AQH_MSG_TYPE_VALUE2:
return AQH_MSG_TYPEGROUP_VALUES;
case AQH_MSG_TYPE_NEED_ADDRESS:
case AQH_MSG_TYPE_HAVE_ADDRESS: