logging
This commit is contained in:
parent
5c904055fa
commit
4eadaa84a6
2 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,6 @@ void unlockDoor(bool silent) {
|
|||
ExecuteHTTPRequest(String(webhook_unlock_url));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef TINANCE2_BACKEND
|
||||
tinance2logrequest("Door Unlocked");
|
||||
#endif
|
||||
|
|
|
@ -249,6 +249,11 @@ void setup() {
|
|||
server.begin();
|
||||
#endif
|
||||
|
||||
#ifdef TINANCE2_BACKEND
|
||||
tinance2logrequest("Device Rebooted, Setup Complete");
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue