#!/bin/sh
#
#  SLEEP 20 seconds before executing the scripts.
#
#####

sleep 20

# Scan echonet devices via Unicast, when cannnot be found via Multicast
/usr/local/nerlibwisun/ScanAnyway.py &

exit 0

