Argument | Description |
as_ctlrid | String . The ID of the controller to queue the command to |
ai_command | Integer. The type of command to queue. Common queued commands are 10 for IR play, 20 for X10 send, 30 for send Insteon direct, 31 for send Insteon group, 32 for send Insteon group cleanup, 1201 for Set digital out, and 8001 for Set analog out |
as_parm1 | String . Parameter 1 |
ai_parm2 | Integer . Parameter 2 |
al_parm3 | Long . Parameter 3 |
as_parm4 | String (Optional). Parameter 4. If this parameter is omitted, an empty string "" will be used internally |
ai_parm5 | Integer (Optional). Parameter 5. If this parameter is omitted, a value of -1 will be used internally |
al_parm6 | Long (Optional). Parameter 6. If this parameter is omitted, a value of -1 will be used internally |
Most queued controller commands can be accomplished using just parameter 1 thru 3 so the shorter syntax of the function can be used. For commands that require more than just 3 parameters, the longer syntax version must be used