Commit 95470be4 authored by Eric Duminil's avatar Eric Duminil
Browse files

Hide WiFi on/off parameters from config page

parent 67f1a91c
Pipeline #5920 passed with stage
in 2 minutes and 35 seconds
...@@ -170,6 +170,7 @@ namespace web_config { ...@@ -170,6 +170,7 @@ namespace web_config {
iotWebConf->setHtmlFormatProvider(&optionalGroupHtmlFormatProvider); iotWebConf->setHtmlFormatProvider(&optionalGroupHtmlFormatProvider);
iotWebConf->addSystemParameter(&ampelWifiParam); iotWebConf->addSystemParameter(&ampelWifiParam);
ampelWifiParam.visible = false; // To avoid users getting locked out. In order to set WiFi on/off, console commands can be used.
iotWebConf->addSystemParameter(&wifiTimeoutParam); iotWebConf->addSystemParameter(&wifiTimeoutParam);
iotWebConf->getThingNameParameter()->label = "Ampel name"; iotWebConf->getThingNameParameter()->label = "Ampel name";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment