aqhome: added service definitions, started implementing HTTP service.

This commit is contained in:
Martin Preuss
2023-07-24 21:49:17 +02:00
parent db5d6cb980
commit 16ce958964
33 changed files with 2346 additions and 7 deletions

View File

@@ -38,6 +38,7 @@
aqhomestorage_p.h
aqhomestorage.h
init.h
http.h
</headers>
<sources>
@@ -45,6 +46,7 @@
aqhomestorage.c
init.c
http.c
main.c
</sources>