aqhome: started parsing messages and extract info for node db.

This commit is contained in:
Martin Preuss
2023-03-24 21:16:25 +01:00
parent 1a07353aba
commit 99aacd5e85
6 changed files with 410 additions and 119 deletions

View File

@@ -15,7 +15,7 @@
struct AQH_NODE_DB {
AQH_NODE_INFO_LIST *nodeList;
int modified;
};