9 lines
177 B
Bash
Executable File
9 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ME=$(readlink -f "$0")
|
|
MP=$(dirname "$ME")
|
|
. ${MP}/kino.conf
|
|
|
|
#sispmctl -o ${PWR_TRUHE} #Truhe
|
|
mosquitto_pub -h ${MQTT} -t homie/Truhe-switch/SYSTEM/gpio12/set -m 1
|