Skip to content

UDP Interface

Nathan edited this page Oct 30, 2021 · 2 revisions

UDP Information

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>"
}
Clone this wiki locally