Adjusted MQTT topics

This commit is contained in:
mad 2015-09-29 16:14:49 +00:00 committed by pi
commit a91e693050
3 changed files with 3 additions and 2 deletions

2
unlock
View file

@ -5,7 +5,7 @@ echo "Initializing Space Systems..."
echo "Securing Communication to Space Systems..."
echo "Open Communication Channel..."
nohup curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "https://hamburg.ccc.de/dooris/status.php?apikey=${password}&action=open" >/dev/null 2>&1 &
nohup mosquitto_pub -h 'mqtt.z9' -t 'z9/door/events' -m 'unlocked' >/dev/null 2>&1 &
nohup mosquitto_pub -h 'mqtt.z9' -t 'z9/door/status' -r -m 'unlocked' >/dev/null 2>&1 &
echo "Unlocking Space..."
echo "1" > /sys/class/gpio/gpio27/value
sleep 0.3