Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

#File is included from TimeMacroLog.pl, should be used as user settings
#rename to settings.pl

#Host and port where the canDaemon exist
$host = "localhost";
$port = 1200;

#for printing timestamps on printed messages: set to 1, else set to 0
$timestamp = 1;