This commit is contained in:
Matthew Frost 2024-01-31 12:15:20 +01:00
parent 5c904055fa
commit 4eadaa84a6
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,6 @@ void unlockDoor(bool silent) {
ExecuteHTTPRequest(String(webhook_unlock_url));
#endif
#endif
#ifdef TINANCE2_BACKEND
tinance2logrequest("Door Unlocked");
#endif

View file

@ -249,6 +249,11 @@ void setup() {
server.begin();
#endif
#ifdef TINANCE2_BACKEND
tinance2logrequest("Device Rebooted, Setup Complete");
#endif
}