mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
scripts: remove wol of cashdesk
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
11998b9f8b
commit
af647c0ae4
@ -12,7 +12,6 @@ depends=('python3'
|
||||
'python-pip'
|
||||
'alsa-utils'
|
||||
'mosquitto'
|
||||
'wol'
|
||||
'python-flask-wtf'
|
||||
'python-flask-socketio'
|
||||
'chromium'
|
||||
|
@ -1,8 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
mosquitto_pub -r -t kitchen/doorlock/frontdoor/lockstate -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…
Reference in New Issue
Block a user