Closed sourav-txt closed 2 years ago
Can you use dump command? It gets all parameters.
PowerShell:
$parms = sbz-switch dump -f json | ConvertFrom-Json
$output = $params.creative.'Device Control'.SelectOutput
That will be a solution. But it would be great if we dont have to parse the whole dump. You can close this ticket if you want. But a GET would be great solution as well
Please implement a get function similar to Set for querying audio card various states so that we can have scripts to auto switch devices etc.