Subversion Repositories HomeAutomation

Rev

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

Rev 1647 Rev 1649
Line -... Line 1...
-
 
1
 
-
 
2
function get_time()
-
 
3
{
-
 
4
    return Math.round(new Date().getTime() / 1000);
-
 
5
}
1
 
6
 
2
function to_array(obj)
7
function to_array(obj)
3
{
8
{
4
    var result = [];
9
    var result = [];
5
   
10