aqhome: completed adapting to msgio2 interface.
This commit is contained in:
25
apps/aqhome-mqttlog/messages.h
Normal file
25
apps/aqhome-mqttlog/messages.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/****************************************************************************
|
||||
* This file is part of the project AqHome.
|
||||
* AqHome (c) by 2023 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_TOOL_MESSAGES_H
|
||||
#define AQHOME_TOOL_MESSAGES_H
|
||||
|
||||
|
||||
#include "./item.h"
|
||||
|
||||
#include <gwenhywfar/msg.h>
|
||||
|
||||
|
||||
ITEM_LIST *AqHomeMqttLog_ReadItems(GWEN_DB_NODE *dbArgs);
|
||||
void AqHomeMqttLog_HandlePublishMsg(const char *baseFolder, const ITEM_LIST *itemList, const GWEN_MSG *msg);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user