put https://api.lifx.com/v1/lights/states
Set multiple states across multiple selectors.
This endpoint allows you to set different states on multiple selectors in a single request.
Each hash in states
is comprised of a state
hash as per Set State, except with the inclusion of selector
which you would normally specify in the URL in a Set State request.
You can optionally use the defaults
hash to specify the base hash that each state
hash is built from.
The API will attempt to execute each operation at the same time but does not make any guarantees.