Set In-Game Speaker Locations
Sends a list of in-game speaker locations that the tone board can select.
Set In-Game Speaker Locations
Name
Value
Name
Type
Description
// Location Object Array Structure
[
{
"label": "Fire Station 123" // STRING: Label for in-game location
"id": "STATION_123" // STRING: Unique ID for in-game location
},
{
"label": "Police Station ABC" // STRING: Label for in-game location
"id": "STATION_456" // STRING: Unique ID for in-game location
}
]Last updated
Was this helpful?

