10 lines
190 B
Bash
10 lines
190 B
Bash
#!/bin/sh
|
|
|
|
ME=$(readlink -f "$0")
|
|
MP=$(dirname "$ME")
|
|
. ${MP}/kino.conf
|
|
|
|
#sispmctl -f ${PWR_TRUHE} #Truhe
|
|
|
|
mosquitto_pub -h ${MQTT} -t truhe_switch/switch/truhe_switch_power/command -m OFF
|