Subversion Repositories HomeAutomation

Rev

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

  1. #File is included from canPrintf.pl, should be used as user settings
  2. #rename to settings.pl
  3.  
  4. #Host and port where the canDaemon exist
  5. $host = "deep.arune.se";
  6. $port = 1200;
  7.  
  8. #for printing timestamps on printed messages: set to 1, else set to 0
  9. $timestamp = 1;
  10.  
  11.