mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
Update web_server.cpp
nolint crud
This commit is contained in:
parent
e80451c56d
commit
2f65bfa0c7
@ -1655,7 +1655,7 @@ void WebServer::handle_alarm_control_panel_request(AsyncWebServerRequest *reques
|
||||
|
||||
auto call = obj->make_call();
|
||||
if (request->hasParam("code")) {
|
||||
call.set_code(request->getParam("code")->value().c_str());
|
||||
call.set_code(request->getParam("code")->value().c_str()); // NOLINT
|
||||
}
|
||||
|
||||
if (match.method == "disarm") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user