aqhome: finished transformation of aqhome-data and aqhome-tool.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include "./nodes/ping.h"
|
||||
#include "./nodes/flash.h"
|
||||
#include "./nodes/getnodes.h"
|
||||
#include "./nodes/setnodevalue.h"
|
||||
#include "./data/getvalues.h"
|
||||
#include "./data/getdevices.h"
|
||||
#include "./data/adddata.h"
|
||||
@@ -87,7 +86,6 @@ int main(int argc, char **argv)
|
||||
const GWEN_FUNCS cmdDefArray[]= {
|
||||
GWEN_FE_DAH("ping", AQH_Tool_Ping, I18N("Ping a given node on the network")),
|
||||
GWEN_FE_DAH("flash", AQH_Tool_Flash, I18N("Flash a given node on the network")),
|
||||
GWEN_FE_DAH("setnodevalue", AQH_Tool_SetNodeValue, I18N("Set a raw value in a node")),
|
||||
GWEN_FE_DAH("getnodes", AQH_Tool_GetNodes, I18N("Request list of known devices on the network")),
|
||||
GWEN_FE_DAH("getvalues", AQH_Tool_GetValues, I18N("Request list of known values on the data server")),
|
||||
GWEN_FE_DAH("getdevices", AQH_Tool_GetDevices, I18N("Request list of known devices on the data server")),
|
||||
|
||||
Reference in New Issue
Block a user