From 77968b5f6fee5764a699c63c917f8293a4492a7f Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 20 Feb 2020 10:33:56 +0000 Subject: [PATCH] 'Bash/Pinger/Smartping.sh.examp' updaten --- Bash/Pinger/Smartping.sh.examp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bash/Pinger/Smartping.sh.examp b/Bash/Pinger/Smartping.sh.examp index 8dd2879..a9153d9 100644 --- a/Bash/Pinger/Smartping.sh.examp +++ b/Bash/Pinger/Smartping.sh.examp @@ -64,7 +64,7 @@ CurTime=$(date '+%d/%m/%Y %H:%M'); if [ "$device" = "$domoticzstatus" ] ; then echo "$CurTime | Device: $Name | Status: $technology" else -echo "Status desynchronized, resynchronizing..." +#echo "Status desynchronized, resynchronizing..." if [ "$device" = On ] ; then echo "$CurTime | Device: $Name | Sync: Online" curl -s "http://"$domoticzserverip"/json.htm?type=command¶m=switchlight&idx="$IDX"&switchcmd=On" 2>/dev/null 1>/dev/null