ph_irnumseq PowerHome formula function
Description
Sends a sequence of IR "number" commands.
Syntax
ph_irnumseq ( id, sequence, start )
Argument |
Description |
id
|
The ID of a piece of IR Equipment
|
sequence
|
A string representing a sequence of numeric IR codes.
|
start
|
The starting location of the IR digits. This will be shown in the Explorer as the "Key #" of the "1" IR code. Divide this number by 10 for the "Start" value.
|
Return value
Integer. Returns a 0.
Usage
Use this function to easily send a sequence of IR "numbers". For example, if you want to change the channel on a Dish Satellite system to Fox News on channel 205, and the sequence of the "1" IR key is 12, then use: ph_irnumseq("DISH","205",12)