You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Endpoint | /api/v1/<auth_token>/state/brightness
Request | GET
Request Body | none
Response | 200 OK
Response Body | {"value" : 100, "max" : 100, "min" : 0}
However the code assumes that the endpoint is /api/v1/<auth_token>/state/brightness/value and returns the actual value instead of the json response body.
Do you have any plans to update nanoleaf to conform with the openapi?
The text was updated successfully, but these errors were encountered:
Hi, I'm looking at http://forum.nanoleaf.me/docs/openapi and according to 5.3.2 Brightness
Endpoint | /api/v1/<auth_token>/state/brightness
Request | GET
Request Body | none
Response | 200 OK
Response Body | {"value" : 100, "max" : 100, "min" : 0}
However the code assumes that the endpoint is /api/v1/<auth_token>/state/brightness/value and returns the actual value instead of the json response body.
Do you have any plans to update nanoleaf to conform with the openapi?
The text was updated successfully, but these errors were encountered: