Triggering an http request

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
pandas
Posts: 15
Joined: Wed Aug 18, 2021 6:11 pm
Real Name:

Is there a way to trigger an http request using a dimmer or other means?

Thanks in advance

EDIT:

Answering my own question, creating a script (functions > new script) and using systemcommand seems to be a good way to do this
Yestalgia
Posts: 419
Joined: Thu Jun 17, 2021 9:31 am
Location: Australia
Real Name:
Contact:

Neat - can you post the script?
pandas
Posts: 15
Joined: Wed Aug 18, 2021 6:11 pm
Real Name:

So far I'm using a QLC+ script function to shell out to bash scripts using "system command"

systemcommand:bash arg:/my/path/myscript.sh arg:myarg

To send an http request I'm using a bash script running curl command(s)
Post Reply