mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 10:46:04 +10:00
moved things
This commit is contained in:
24
source/driverconfig.json
Normal file
24
source/driverconfig.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user