aqhome-tool: added command "setnodevalue".

This commit is contained in:
Martin Preuss
2024-09-22 21:25:05 +02:00
parent bdcbaa2b46
commit a839d97140
4 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2024 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_SETNODEVALUE_H
#define AQHOME_TOOL_SETNODEVALUE_H
#include <gwenhywfar/db.h>
int AQH_Tool_SetNodeValue(GWEN_DB_NODE *dbArgs, int argc, char **argv);
#endif