More work on aqhome-react.

- added some units
- added some types
This commit is contained in:
Martin Preuss
2024-03-10 20:15:21 +01:00
parent 656c9cf66f
commit d3a6256c8c
35 changed files with 1159 additions and 80 deletions

View File

@@ -29,6 +29,10 @@ struct AQHOME_REACT {
char *pidFile;
int timeout; /* timeout for run e.g. inside valgrind */
AQHREACT_UNIT *timerUnit;
AQHREACT_UNIT *varChangeUnit;
AQHREACT_UNIT_LIST *unitList;
AQHREACT_UNIT_NET_LIST *unitNetList;
};