6 lines
150 B
Bash
Executable file
6 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ssh root@bitpanel.bitlair.nl shutdown -h now
|
|
sleep 10
|
|
|
|
mqtt-simple -h mqtt.bitlair.nl -p bitlair/power/shelly/03/command/switch:0 -m off
|