Query enable switch added, forgotten help text

This commit is contained in:
Wolfgang Hottgenroth 2015-08-14 22:46:47 +02:00
parent adaf9aef73
commit 381271583e

View File

@ -36,6 +36,8 @@ String MqttConfig::exec(String params) {
MqttClient *mc = (MqttClient*)m_mqttClient;
if (params.equalsIgnoreCase("help")) {
*out << "help ..... this help page" << endl;
*out << "disable .. disable query timer" << endl;
*out << "enable ... enable query timer" << endl;
*out << "show ..... shows the whole configuration" << endl;
*out << "broker ... set the broker's address (this needs to be an IP address," << endl;
*out << " a hostname won't work!! DNS seems to be broken" << endl;