Subversion Repositories HomeAutomation

Rev

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

Rev 1644 Rev 1646
Line 34... Line 34...
34
}
34
}
35
Console_RegisterCommand(IROut_CreateAlias, function(args) { return Console_StandardAutocomplete(args, IROut_Aliases(), IROut_AvailableIds(), IROut_Channels()); });
35
Console_RegisterCommand(IROut_CreateAlias, function(args) { return Console_StandardAutocomplete(args, IROut_Aliases(), IROut_AvailableIds(), IROut_Channels()); });
36
 
36
 
37
function IROut_StopSend(alias_name)
37
function IROut_StopSend(alias_name)
38
{
38
{
39
    if (arguments.length < 4)
39
    if (arguments.length < 1)
40
    {
40
    {
41
        throw("Not enought parameters given");
41
        throw("Not enought parameters given");
42
    }
42
    }
43
   
43
   
44
    var result_text = "";
44
    var result_text = "";