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