Beams and presets
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
PUT /psapi/beams/{beamID}/mute HTTP/1.1
Host: AAA-1234.local
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"muted": true
}PUT /psapi/beams/{beamID}/solo HTTP/1.1
Host: AAA-1234.local
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"soloed": true
}GET /psapi/presets/{presetID} HTTP/1.1
Host: AAA-1234.local
Accept: */*
{
"beams": {
"ANY_ADDITIONAL_PROPERTY": {
"beam_type": "coverage-beam",
"mute": false,
"name": "Beam 1",
"solo": false
}
},
"name": "text"
}