/**************************************************************************** * This file is part of the project AqHome. * AqHome (c) by 2025 Martin Preuss, all rights reserved. * * The license for this file can be found in the file COPYING which you * should have received along with this file. ****************************************************************************/ #ifndef AQHOME_NODES_DEVICESREAD_H #define AQHOME_NODES_DEVICESREAD_H #include "./server.h" #include "aqhome-nodes/types/device.h" AQHNODE_DEVICE_LIST *AQH_NodeServer_ReadDeviceFile(const char *sFilename); AQHNODE_DEVICE_LIST *AQH_NodeServer_ReadDataDeviceFiles(void); #endif