hidden__river__90
I want to change a scene by a Linux curl command. The status command is working:
curl -X GET "http://NANOLEAF_CANVAS_IP:16021/api/v1/AUTH_TOKEN/state"
I tried this without any response:
curl -X PUT -H "Content-Type: application/json" -d '{"select" : "Flames"}' "http://NANOLEAF_CANVAS_IP:16021/api/AUTH_TOKEN/effects"
What I'm missing?