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>"
}