parent
6d525f7e9a
commit
15ef5188d5
3 changed files with 12 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
#!/bin/bash |
||||
BUZZERURL="$(cat "$(dirname "$0")"/secret.txt)/state.xml?relay1State=2&pulseTime1=5" |
||||
wget -O - --timeout=1 --tries=1 $BUZZERSTATUSURL |
Loading…
Reference in new issue