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

@@ -50,10 +50,13 @@ int AqHomeReact_Fini(AQHOME_REACT *aqh)
AQHREACT_Unit_List_Clear(aqh->unitList);
aqh->timerUnit=NULL;
aqh->varChangeUnit=NULL;
aqh->serverVarChangeUnit=NULL;
aqh->localVarChangeUnit=NULL;
if (aqh->pidFile)
remove(aqh->pidFile);
AQH_Vars_free(aqh->localVars);
}
return 0;