/* * info.cpp * * Created on: 13.05.2015 * Author: wn */ #include #include #include "info.h" String InfoCmd::exec(String params) { Print *out = m_server; *out << "Meterbus Hub" << endl; *out << "Project/Repo: git@gitlab.com:wolutator/NetMeterbusMaster.git" << endl; *out << "Repo tag: ErrorDetectionLoopDisabling" << endl; return "done"; }