Subversion Repositories HomeAutomation

Rev

Rev 2188 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2188 Rev 2190
Line 149... Line 149...
149
        "Has Application: " + result["HasApplication"] + "\t"+
149
        "Has Application: " + result["HasApplication"] + "\t"+
150
        "Last Active: " + date.toString();
150
        "Last Active: " + date.toString();
151
    }
151
    }
152
    else
152
    else
153
    {
153
    {
154
        return false;
154
        return "NoInfo";
155
    }
155
    }
156
}
156
}
157
 
157
 
158
function Node_WaitForInformationNative()
158
function Node_WaitForInformationNative()
159
{
159
{