Move device files into subfolders (first: devices/mqtt).

This commit is contained in:
Martin Preuss
2024-04-03 21:57:42 +02:00
parent e29a32f24b
commit 5305aa7fe3
4 changed files with 13 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ AQHMQTT_DEVICE_LIST *AqHomeMqttLog_ReadDataDeviceFiles(AQHOME_MQTT *aqh)
{ {
GWEN_STRINGLIST *sl; GWEN_STRINGLIST *sl;
sl=AQH_GetListOfMatchingDataFiles("aqhome/devices", "*.xml"); sl=AQH_GetListOfMatchingDataFiles("aqhome/devices/mqtt", "*.xml");
if (sl) { if (sl) {
AQHMQTT_DEVICE_LIST *deviceList; AQHMQTT_DEVICE_LIST *deviceList;

View File

@@ -1,8 +1,9 @@
<?xml?> <?xml?>
<gwbuild> <gwbuild>
<data dist="true" install="$(datadir)/aqhome/devices">
tasmota_plug.xml <subdirs>
</data> mqtt
</subdirs>
</gwbuild> </gwbuild>

8
devices/mqtt/0BUILD Normal file
View File

@@ -0,0 +1,8 @@
<?xml?>
<gwbuild>
<data dist="true" install="$(datadir)/aqhome/devices/mqtt">
tasmota_plug.xml
</data>
</gwbuild>