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