Subversion Repositories HomeAutomation

Rev

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

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