aqhome-react: add "varsFile" (will write variables later).

This commit is contained in:
Martin Preuss
2024-05-18 13:11:29 +02:00
parent 334d0e8096
commit dde9106a5d
4 changed files with 55 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ GWEN_DB_NODE *AqHomeReact_GetDbArgs(const AQHOME_REACT *aqh);
const char *AqHomeReact_GetPidFile(const AQHOME_REACT *aqh);
void AqHomeReact_SetPidFile(AQHOME_REACT *aqh, const char *s);
const char *AqHomeReact_GetVarsFile(const AQHOME_REACT *aqh);
void AqHomeReact_SetVarsFile(AQHOME_REACT *aqh, const char *s);
int AqHomeReact_GetTimeout(const AQHOME_REACT *aqh);
time_t AqHomeReact_GetLatestNetworkFileTime(const AQHOME_REACT *aqh);