add info cmd
This commit is contained in:
23
info.cpp
Normal file
23
info.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* info.cpp
|
||||
*
|
||||
* Created on: 13.05.2015
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include <WString.h>
|
||||
#include "info.h"
|
||||
|
||||
String InfoCmd::exec(String params) {
|
||||
Print *out = m_server;
|
||||
|
||||
*out << "Meterbus Hub" << endl;
|
||||
*out << "Project/Repo: NetMeterBusMaster2" << endl;
|
||||
*out << "Repo Tag: First_MQTT" << endl;
|
||||
|
||||
return "done";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user