Firestorm setVars HTTP GET trouble

Hey all,

I am trying to send some simple variables to 18 PBs through firestorm but I can’t seem to get the formatting correct… I have changeProgram working just fine, but I can’t seem to get setVars to work.

The URL I am sending is the following:

http://127.0.0.1/command%3Fcommand%3D%7B%22setVars%22%3A+%7B%22red%22%3A+0.0%2C%22green%22%3A+0.0%2C%22blue%22%3A+0.0%7D%7D&ids=982295,982409 etc.

Does this look right? Am I doing something wrong?

If anyone out there has a working setvars GET URL they can post as an example to follow, that would be awesome…

Thanks!

Jon

Nevermind, I got it working…

changed it to:

http://127.0.0.1/command?command=%7B%22setVars%22%3A+%7B%22red%22%3A+0.0%2C%22green%22%3A+0.0%2C%22blue%22%3A+0.0%7D%7D&ids=982295,982409

and it worked

1 Like