Subversion Repositories HomeAutomation

Rev

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

Rev 1040 Rev 1060
Line 187... Line 187...
187
    }
187
    }
188
    else
188
    else
189
    {
189
    {
190
        //print("File was not found, " + hexFilename + "\n");
190
        //print("File was not found, " + hexFilename + "\n");
191
    }
191
    }
-
 
192
}
-
 
193
 
-
 
194
function p()
-
 
195
{
-
 
196
    var t = ServiceManager.getService("CAN", "irTransmit", 1);
-
 
197
    t.sendClick('KiSS_DP-1500_Remote','POWER');
192
}
198
}