Pixelblaze Documentation bug?

Would it be possible to update the documentation on how to change the active pattern over a websocket? In version 2.x the response you get does not have leading ‘x’ but in the documentation your example shows a leading ‘x’ in front of what you might read as the ‘id’. It is just a bit confusing when you read it.

Perhaps something like:

2..n  <id> + "\t" + <name> + "\n"

then you send

{
    "activeProgramId": "<id>"
}

Hi @grtyvr,
Sure, that was just an example ID, there’s no explicit x, though the id is alphanumeric. I’ve updated it with angle brackets and names instead, as you suggest. Thanks!