Query enable switch added, forgotten help text
This commit is contained in:
parent
adaf9aef73
commit
381271583e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user