mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 02:36:03 +10:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"events": {
|
|
"teamNamesChange": {
|
|
"emitEvent": "teamNamesChange",
|
|
"params": ["p1name", "p2name"]
|
|
},
|
|
"betAmountChange": {
|
|
"emitEvent": "betAmountChange",
|
|
"params": ["p1total", "p2total"]
|
|
},
|
|
"statusChange": {
|
|
"emitEvent": "statusChange",
|
|
"params": ["status"]
|
|
},
|
|
"alertChange": {
|
|
"emitEvent": "alertChange",
|
|
"params": ["alert"]
|
|
},
|
|
"remainingChange": {
|
|
"emitEvent": "remainingChange",
|
|
"params": ["remaining"]
|
|
}
|
|
}
|
|
} |