no stone unturned

This commit is contained in:
Matthew Frost 2023-12-27 22:42:02 +01:00
parent 7c0ca6615c
commit b276e849af

View file

@ -72,7 +72,7 @@ class MainWebServerClass{
request->send(response);
}
else if (paramState == String(1)) {
lockDoor();
lockDoor(false);
AsyncWebServerResponse *response = request->beginResponse(200, "application/json", "{\"msg\":\"Door Locked.\"}");
request->send(response);
}