Hello,

I'm new to programming, so patience is appreciated. I'm writing a simple 
program in Racket to control Phillip Hue Bulbs in a performance environment. 
Phillips has a simple RESTful API and I'm looking for the Racket commands or 
library to send the commands. Previously I've used AppleScript to launch bash 
curl commands, like:

        curl -x PUT -d '{"on":true,"bri":170,"ct":500}' 
http://192.168.1.20/api/<username>/lights/8/state

Is there an easy way to send a similar message in Racket?

Thank you,
Bruce

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to