Logo
Program smart lights API Documentation

Color Temperature

GET http://{{ipAddress}}/api/v1/:auth_token/state/ct

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 OK

{"value":4000,"max":6500,"min":1200}



Curl
curl -X GET 'http://ipAddress/api/v1/:auth_token/state/ct'

ENDPOINTS