Subversion Repositories HomeAutomation

Rev

Rev 969 | Rev 971 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1.  
  2. function startup()
  3. {
  4.     if (autostart)
  5.     {
  6.         autostart();
  7.     }
  8.  
  9.     startOfflineCheck();
  10. }
  11.