UDP Interface - Streamerbot/TwitchSpeaker GitHub Wiki
Port: 6669
Payload Data (currently available):
{ "command": "pause" }
{ "command": "resume" }
{ "command": "clear" }
{ "command": "off" }
{ "command": "disable" }
{ "command": "on" }
{ "command": "enable" }
{ "command": "stop" }
{ "command": "events", "value": "", "state": "on" }
{ "command": "events", "value": "", "state": "off" }
{ "command": "reg", "mode": "add", "user": "%user%", "id": "%userId%" }
{ "command": "reg", "mode": "del", "user": "%user%", "id": "%userId%" }
{ "command": "profile", "profile": "none" }
{ "command": "profile", "profile": "<profile name>" You can also send text to be spoken
{
"command": "speak",
"id": "<id>",
"voice": "<voice alias>",
"message": "<msg>"
}