mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-01 15:07:04 +01:00
f5c67445e9
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Send command twice
|
|
mosquitto_pub -h sushi.binary.kitchen -t kitchen/shutdown -m ""
|
|
mosquitto_pub -h sushi.binary.kitchen -t kitchen/shutdown -m ""
|