aqhome-tool: started working on flash module

This commit is contained in:
Martin Preuss
2023-04-20 00:43:35 +02:00
parent c65bd60bc5
commit 6f5ab3b0b8
5 changed files with 412 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
#endif
#include "./ping.h"
#include "./flash.h"
#include <aqhome/api.h>
#include <aqhome/aqhome.h>
@@ -65,6 +66,7 @@ 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_END(),
};
const GWEN_FUNCS *func;