aqhome-tool: visualize data points using aqdiagram.

This commit is contained in:
Martin Preuss
2025-10-01 23:21:12 +02:00
parent 5040ccc065
commit 5bd1e06850
6 changed files with 335 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#include "./data/moddevice.h"
#include "./data/watch.h"
#include "./data/devicestate.h"
#include "./data/imgperioddata.h"
#include <aqhome/api.h>
#include <aqhome/aqhome.h>
@@ -103,6 +104,7 @@ int main(int argc, char **argv)
GWEN_FE_DAH("moddevice", AQH_Tool_ModDevice, I18N("Modify a device on the data server")),
GWEN_FE_DAH("watch", AQH_Tool_Watch, I18N("Watch and print changes of values on the data server")),
GWEN_FE_DAH("devicestate", AQH_Tool_DeviceState, I18N("Show state of devices")),
GWEN_FE_DAH("imgperioddata", AQH_Tool_ImgPeriodData, I18N("Create diagram of datapoints from a date range")),
GWEN_FE_END(),
};
const GWEN_FUNCS *func;