Set timestampCreation on created devices, show that in aqhome-tool.
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#include <gwenhywfar/db.h>
|
||||
#include <gwenhywfar/endpoint.h>
|
||||
|
||||
#include <aqhome/data/value.h>
|
||||
#include <aqhome/data/device.h>
|
||||
|
||||
|
||||
|
||||
GWEN_MSG_ENDPOINT *Utils_SetupIpcEndpoint(GWEN_DB_NODE *dbArgs);
|
||||
@@ -31,6 +34,8 @@ void Utils_PrintDataPoints(const uint64_t *dataPoints, uint32_t numValues, const
|
||||
void Utils_PrintSingleDataPoint(uint64_t timestamp, double data, const char *valueUnits);
|
||||
void Utils_PrintMeanData(const uint64_t *dataPoints, uint32_t numValues, const char *valueUnits);
|
||||
|
||||
void Utils_PrintDevice(const AQH_DEVICE *device);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user