pidor/scripts/opendoor.sh

5 lines
139 B
Bash
Raw Normal View History

2016-05-07 09:05:12 +02:00
#!/bin/bash
2016-05-07 10:39:54 +02:00
RELAYURL="$(cat "$(dirname "$0")"/secret.txt)/state.xml?relay1State=2&pulseTime1=5"
wget -O - --timeout=1 --tries=1 $RELAYURL