mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +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);
|
||||
#endif // USE_DOMOTICZ
|
||||
}
|
||||
#ifdef USE_KNX
|
||||
WebServer->on("/kn", HandleKNXConfiguration);
|
||||
#endif // USE_KNX
|
||||
WebServer->on("/lg", HandleLoggingConfiguration);
|
||||
WebServer->on("/co", HandleOtherConfiguration);
|
||||
WebServer->on("/dl", HandleBackupConfiguration);
|
||||
|
Loading…
x
Reference in New Issue
Block a user