add support for new spaceapi
This commit is contained in:
parent
75e53a3e96
commit
cc4fdcb231
4 changed files with 11 additions and 2 deletions
1
lock
1
lock
|
@ -6,6 +6,7 @@ echo "Securing Communication to Space Systems..."
|
|||
echo "Open Communication Channel..."
|
||||
# Silent, Output to /dev/null, Timeout after 5s and retry 12 times, each doubling the waitingtime until ten minutes.
|
||||
nohup curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 "https://hamburg.ccc.de/dooris/status.php?apikey=${password}&action=close" >/dev/null 2>&1 &
|
||||
nohup curl -s -o /dev/null -m 5 --connect-timeout 5 --retry 12 -X PUT -d false -u dooris:${spaceapi_password} "https://spaceapi.hamburg.ccc.de/state/open" >/dev/null 2>&1 &
|
||||
nohup mosquitto_pub -h 'mqtt.z9' -t 'z9/door/status' -r -m 'locked' >/dev/null 2>&1 &
|
||||
echo "Locking Space..."
|
||||
echo "1" > /sys/class/gpio/gpio22/value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue