add IPC command to modify device info on the server.

This commit is contained in:
Martin Preuss
2023-10-02 23:22:59 +02:00
parent 043541f936
commit 253b3862da
12 changed files with 504 additions and 11 deletions

View File

@@ -48,6 +48,7 @@
c_getlastdatapoint.h
c_setdata.h
c_addvalue.h
c_moddevice.h
</headers>
<sources>
@@ -65,6 +66,7 @@
c_getlastdatapoint.c
c_setdata.c
c_addvalue.c
c_moddevice.c
main.c
</sources>