Endpoint is https://api.lifx.com/v1/lights/all/effects/breathe
Request is
array(5) {
["from_color"]=>
string(42) "hue:193.63 saturation:0.64 brightness:0.05"
["color"]=>
string(41) "hue:193.63 saturation:0.64 brightness:0.5"
["period"]=>
int(1)
["cycles"]=>
string(2) "10"
["persist"]=>
bool(true)
}
Response
{
"error": "color is missing",
"errors": [
{
"field": "color",
"message": [
"is missing"
]
}
]
}
Obviously the color parameter is set. So I assume the API wants to tell me something different, but what?
When running the example on https://api.developer.lifx.com/docs/breathe-effect with the same settings it works. It does not show ācolor is missingā! Why?