Started reworking mqtt logger tool.

This commit is contained in:
Martin Preuss
2023-09-20 17:51:24 +02:00
parent bf89562d51
commit 66073737a4
8 changed files with 746 additions and 1 deletions

View File

@@ -23,26 +23,39 @@
</setVar>
<setVar name="local/typefiles" >
itemvar.t2d
item.t2d
itemvar.t2d
mqttvalue.t2d
mqtttopic.t2d
</setVar>
<setVar name="local/built_sources" >
mqttvalue.c
mqtttopic.c
</setVar>
<setVar name="local/built_headers_pub">
</setVar>
<setVar name="local/built_headers_priv" >
mqttvalue.h
mqttvalue_p.h
mqtttopic.h
mqtttopic_p.h
</setVar>
<headers dist="true" >
init.h
aqhome_mqtt.h
aqhome_mqtt_p.h
mqtt.h
messages.h
</headers>
<sources>
$(local/typefiles)
aqhome_mqtt.c
init.c
main.c
mqtt.c
messages.c