Logo
Program smart lights API Documentation

Color Temperature - update

PUT http://{{ipAddress}}/api/v1/:auth_token/state

1.5.0:

  • Min and max values returned for ct are wrong. They should be 1200-6500, but are returned 0-100.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'http://ipAddress/api/v1/:auth_token/state' -d '{"ct":{"value":3000}}'

ENDPOINTS