I am sending a command through to IFTTT using Webhooks and I want to pass a Homeseer variable with it in the value1= field. Here is my command
&result=hs.GetURL("http://maker.ifttt.com/trigger/Caavo_Weather_Warning/with/key/MYKEY?value1=$$DSR:957:","/",TRUE,80)
but all I am getting at the other end is
$$DSR:957:/
Anyone have any ideas? Thanks.
&result=hs.GetURL("http://maker.ifttt.com/trigger/Caavo_Weather_Warning/with/key/MYKEY?value1=$$DSR:957:","/",TRUE,80)
but all I am getting at the other end is
$$DSR:957:/
Anyone have any ideas? Thanks.
Comment