/* * 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 commit: 5f2b4bc7b9fab9272414b2f2eac3a9ece427a035" << endl; return "done"; }