aqhome-react, aqhome: added units/functions for handling local variables.

This commit is contained in:
Martin Preuss
2024-05-12 17:31:31 +02:00
parent 516ac4e34e
commit 7ce34b0500
13 changed files with 402 additions and 33 deletions

View File

@@ -32,9 +32,12 @@ struct AQHOME_REACT {
int timeout; /* timeout for run e.g. inside valgrind */
AQHREACT_UNIT *timerUnit;
AQHREACT_UNIT *varChangeUnit;
AQHREACT_UNIT *serverVarChangeUnit;
AQHREACT_UNIT *localVarChangeUnit;
AQHREACT_UNIT_LIST *unitList;
AQH_VARS *localVars;
time_t latestNetworkFileTime;
};