aqhome-tool: added command to watch values changed on the server.

This commit is contained in:
Martin Preuss
2023-10-04 23:33:40 +02:00
parent f1753eeea7
commit b66f3d2ef4
8 changed files with 401 additions and 69 deletions

View File

@@ -0,0 +1,21 @@
/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2023 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
****************************************************************************/
#ifndef AQHOME_TOOL_WATCH_H
#define AQHOME_TOOL_WATCH_H
#include <gwenhywfar/db.h>
int AQH_Tool_Watch(GWEN_DB_NODE *dbGlobalArgs, int argc, char **argv);
#endif