mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
9 lines
202 B
Bash
Executable File
9 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mosquitto_pub -r -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
|