API Documentation Error: Bluelight

There is an error in the API documentation. It defines an endpoint for reading and setting the Bluelight:
http://docs-local.appbond.com/#tag/Bluelight

However, it appears that this funcrtionality is included in the Bridge endpoint:
http://docs-local.appbond.com/#tag/Bridge

Hi @cmhaagen, the local API is still in beta, so this kind of misunderstanding can happen.

@jacob can you please check if there’s a new version of local API documentation?

Hey @cmhaagen, you’re right, bluelight is now part of the bridge endpoint. An update to the documentation reflecting this should come any day now.

1 Like

Any update on bluelight?

The fix to display the bridge endpoint is ready, it’ll be merged when @merck is available.

1 Like

I worked it out

Endpoint “/v2/bridge”,
Method: PATCH,
DATA:

class ExtraBondBridgeInfo
{
    public string name { get; set; }
    public string location { get; set; }
    public int bluelight { get; set; }
    public string _ { get; set; }
} 

Right, except the hash ("_") cannot be set.

Yeah, and the value is 0 - 255