mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-11 02:10:30 +01:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
#!/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
|