Logo
Program smart lights API Documentation

State

Number of APIs: 8


1. Color Mode

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



2. On/Off

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



3. Brightness

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



4. Hue

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



5. Saturation

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



6. Saturation - update

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



7. Color Temperature

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



8. Color Temperature - update

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



ENDPOINTS