moved code for device module into its own folder. Implement graphs.

This commit is contained in:
Martin Preuss
2025-10-21 23:42:11 +02:00
parent 01aca2d3b7
commit 9fec57511a
28 changed files with 1979 additions and 899 deletions

View File

@@ -50,7 +50,6 @@
<headers dist="true" install="$(pkgincludedir)/service" >
mdataclient.h
mdevices.h
mroot.h
</headers>
@@ -64,7 +63,6 @@
$(local/typefiles)
mdataclient.c
mdevices.c
mroot.c
</sources>
@@ -75,10 +73,12 @@
<useTargets>
aqhcgi_modcom
aqhcgi_mdevices
</useTargets>
<subdirs>
common
devices
static
</subdirs>