Subversion Repositories HomeAutomation

Rev

Rev 1604 | Rev 1608 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1604 Rev 1607
Line 1... Line 1...
1
 
1
 
2
var legacy = false;
2
var legacy = true;
3
 
3
 
4
function Start()
4
function Start()
5
{
5
{
6
    if (legacy)
6
    if (legacy)
7
    {
7
    {
8
        LoadScript("legacy/System/Base.js");
8
        LoadScript("legacy/System/Base.js");
9
        LoadScript("legacy/System/Startup.js");
9
        LoadScript("legacy/System/Startup.js");
10
        LoadScript("legacy/Autostart.js");
10
        LoadScript("legacy/Autostart.js");
-
 
11
       
-
 
12
        autostart();
11
    }
13
    }
12
    else
14
    else
13
    {
15
    {
14
        LoadScript("user/autostart.js");
16
        LoadScript("user/autostart.js");
15
    }
17
    }