hello
i want to send HTTP GET command, and i wanted to know if i can do it with eventghost without opening the browser
http://192.168.1.13:8080/redeye/rooms/- ... mandId=375
thanks
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.
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.
sending HTTP get commands ?
Re: sending HTTP get commands ?
I'm not sure if this is the same as what you're asking, but you might check this topic.
Re: sending HTTP get commands ?
thanks! working great.i just made action script for every command
Code: Select all
import urllib2
url_response = urllib2.urlopen('http://192.168.1.13:8080/redeye/rooms/-0/devices/944/commands/send?commandId=949')