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;
sl=AQH_GetListOfMatchingDataFiles("aqhome/devices", "*.xml");
sl=AQH_GetListOfMatchingDataFiles("aqhome/devices/mqtt", "*.xml");
if (sl) {
AQHMQTT_DEVICE_LIST *deviceList;