diff --git a/src/hardware.cpp b/src/hardware.cpp index 4fba175..255f043 100644 --- a/src/hardware.cpp +++ b/src/hardware.cpp @@ -15,7 +15,6 @@ void unlockDoor(bool silent) { ExecuteHTTPRequest(String(webhook_unlock_url)); #endif #endif - #ifdef TINANCE2_BACKEND tinance2logrequest("Door Unlocked"); #endif diff --git a/src/main.cpp b/src/main.cpp index a68a52e..0cd7d89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -249,6 +249,11 @@ void setup() { server.begin(); #endif + #ifdef TINANCE2_BACKEND + tinance2logrequest("Device Rebooted, Setup Complete"); + #endif + + }