pidor/scripts/opendoor.sh

5 lines
166 B
Bash
Raw Normal View History

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