Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 1 match

by mzaz
Thu May 05, 2011 11:04 pm
Forum: General Support
Topic: Sending HTTP command as Action
Replies: 6
Views: 14223

Re: Sending HTTP command as Action

Not that I know of but you could easily add a python script

import urllib
urllib.urlopen('http://10.10.1.52:8080/remote/processKe ... d=keyPress')


but if you don't want to do scripting then I guess you're out of luck.