mirror of
https://github.com/binary-kitchen/doorlockd
synced 2026-09-11 21:38:25 +02:00
remove old code
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
dc724b4abb
commit
71bc36a557
67 changed files with 0 additions and 2902 deletions
3
scripts/post_lock
Executable file
3
scripts/post_lock
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
mosquitto_pub -t kitchen/frontdoor/status -m "locked"
|
||||
8
scripts/post_unlock
Executable file
8
scripts/post_unlock
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
mosquitto_pub -t kitchen/frontdoor/status -m "unlocked"
|
||||
|
||||
# Wakeup cashdesk
|
||||
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|
||||
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|
||||
wol -i 172.23.2.44 00:0b:ca:94:13:f1
|
||||
Loading…
Add table
Add a link
Reference in a new issue