mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
small bugfix
This commit is contained in:
parent
07b6eeed2e
commit
4d61754fc1
@ -39,7 +39,7 @@ void Door::lock()
|
|||||||
_heartbeat.join();
|
_heartbeat.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
system("wget -O /dev/null --timeout 3 \"http://homer.binary.kitchen:8080/set?color=000000\" 2>&1 > /dev/null");
|
system("wget -O /dev/null --timeout 3 \"http://homer.binary.kitchen:8080/set?color=000000\" > /dev/null 2>&1");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Door::unlock()
|
void Door::unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user