Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I think the editor/forum software ate your p1 and p2 parameter tags.Just to elaborate, I created a Macro using that Allonis statement with Macro replacement parameters specified.
For example (using a "Get" HTTP statement instead of a "Post"):
Macro hs_run_event (which initiates a Homeseer event):
GetUrl|http://192.168.0.80/JSON?request=runevent&groupname=&name=
And when I want to invoke it:
hs_run_event|TheGroupName~TheEventName
-- the reulting http command that is actually sent to Homeseer is:
http://192.168.0.80/JSON?request=runevent&groupname=TheGroupName&name=TheEventName
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.