reduced UDP resend delay

This commit is contained in:
root 2017-02-22 22:32:49 +00:00
parent c92059d120
commit b1883f0ec6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ for i in {1..5}; do
echo -en "$(echo "$STATE" | cut -d";" -f1)" > /dev/udp/172.23.92.15/49152 &
echo -en "$(echo "$STATE" | cut -d";" -f2)" > /dev/udp/172.23.92.16/31302 &
sleep .1
sleep .01
done
echo $LIGHT_STATE > $TMPFILE