aqhome-react: peridocally write vars.

This commit is contained in:
Martin Preuss
2024-05-19 01:35:42 +02:00
parent dde9106a5d
commit a3bf403ac0
5 changed files with 78 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ int AqHomeReact_GetIntValue(AQHOME_REACT *aqh, const char *path, int idx, int de
int AqHomeReact_IncIntValue(AQHOME_REACT *aqh, const char *path, int startValue, int defaultValue);
int AqHomeReact_DecIntValue(AQHOME_REACT *aqh, const char *path, int startValue, int defaultValue);
int AqHomeReact_WriteVarsFile(AQHOME_REACT *aqh);
#endif