Skip to content
treason edited this page Mar 22, 2013 · 1 revision

Continuing from: https://github.com/treason/gesturePad/wiki/Modifying-Gestures

To create a custom call to Insteon, take a look at how I control my fireplace:

					<command>

						<name>Fireplace On</name>

						<action>

							<method>POST</method>

							<data><![CDATA[]]></data>				

							<dataType>text</dataType>

							<replacebaseurl>http://192.168.1.109/0?111=I=0</replacebaseurl>

						</action>

					</command>

The replacebaseurl node, will overwrite whatever url is defined for the device, with your new call.

Clone this wiki locally