ph_x10other PowerHome formula function
Description
This function is used to send non-standard X10 commands via the specified controller.
Syntax
ph_x10other ( ctlr, house, cmd )
Argument Description
ctlr String. The ID of the controller to send the X10 command to.
house String. The housecode for the X10 command.
cmd String. The X10 command to send.
Return value
Integer. Returns - 1 if an error occurs (such as the controller does not exist or the controller does not support X10 other commands). Otherwise, 0 is returned.
Usage
This function is currently only supported by the CM15A RF controller. This function is for sending the non-standard X10 commands to this controller such as camera control commands. See the ActiveHome Scripting SDK for a complete list of valid commands.
Examples
The following examples demonstrate typical syntax/usage for this function.
ph_x10other("CM15ARF","K","CamGoPosition5")
The above example tells the X10 camera on housecode K to go to preset position 5.