mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Update webserver.ino
This commit is contained in:
parent
2983334728
commit
663994148a
@ -360,6 +360,9 @@ void StartWebserver(int type, IPAddress ipweb)
|
|||||||
WebServer->on("/dm", HandleDomoticzConfiguration);
|
WebServer->on("/dm", HandleDomoticzConfiguration);
|
||||||
#endif // USE_DOMOTICZ
|
#endif // USE_DOMOTICZ
|
||||||
}
|
}
|
||||||
|
#ifdef USE_KNX
|
||||||
|
WebServer->on("/kn", HandleKNXConfiguration);
|
||||||
|
#endif // USE_KNX
|
||||||
WebServer->on("/lg", HandleLoggingConfiguration);
|
WebServer->on("/lg", HandleLoggingConfiguration);
|
||||||
WebServer->on("/co", HandleOtherConfiguration);
|
WebServer->on("/co", HandleOtherConfiguration);
|
||||||
WebServer->on("/dl", HandleBackupConfiguration);
|
WebServer->on("/dl", HandleBackupConfiguration);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user