aqhome-mqttlog: Implemented SETDATA.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#define AQHOME_MQTT_H
|
||||
|
||||
|
||||
#include "./mqttvalue.h"
|
||||
#include "./mqtttopic.h"
|
||||
//#include "./mqttvalue.h"
|
||||
//#include "./mqtttopic.h"
|
||||
#include "aqhome-mqttlog/types/device.h"
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ int AqHomeMqtt_GetTimeout(const AQHOME_MQTT *aqh);
|
||||
AQHMQTT_DEVICE_LIST *AqHomeMqtt_GetAvailableDeviceList(const AQHOME_MQTT *aqh);
|
||||
void AqHomeMqtt_SetAvailableDeviceList(AQHOME_MQTT *aqh, AQHMQTT_DEVICE_LIST *dl);
|
||||
|
||||
AQHMQTT_DEVICE *AqHomeMqtt_FindRegisteredDevice(AQHOME_MQTT *aqh, const char *wantedDeviceId);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user