mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
Added logging to close request on button press
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
d933bc9821
commit
4dbce13cb0
@ -85,6 +85,7 @@ void Door::unlock()
|
|||||||
|
|
||||||
if (!digitalRead(_LOCKPIN)) {
|
if (!digitalRead(_LOCKPIN)) {
|
||||||
std::thread([this] () {
|
std::thread([this] () {
|
||||||
|
_l(LogLevel::info, "Incoming door close request on button press");
|
||||||
lock();
|
lock();
|
||||||
}).detach();
|
}).detach();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user