docs(travis): Update protocol.md - b526ed4 [skip ci]

This commit is contained in:
Travis CI
2019-06-16 14:20:37 +00:00
parent b526ed47be
commit 48182d35bd
2 changed files with 3 additions and 3 deletions

View File

@ -1741,7 +1741,7 @@
"description": "Audio mixer routing changed on a source.",
"return": [
"{String} `sourceName` Source name",
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
"{Array<Object>} `mixers` Routing status of the source for each audio mixer (array of 6 values)",
"{int} `mixers.*.id` Mixer number",
"{boolean} `mixers.*.enabled` Routing status",
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
@ -1758,7 +1758,7 @@
},
{
"type": "Array<Object>",
"name": "routingStatus",
"name": "mixers",
"description": "Routing status of the source for each audio mixer (array of 6 values)"
},
{

View File

@ -779,7 +779,7 @@ Audio mixer routing changed on a source.
| Name | Type | Description |
| ---- | :---: | ------------|
| `sourceName` | _String_ | Source name |
| `routingStatus` | _Array&lt;Object&gt;_ | Routing status of the source for each audio mixer (array of 6 values) |
| `mixers` | _Array&lt;Object&gt;_ | Routing status of the source for each audio mixer (array of 6 values) |
| `mixers.*.id` | _int_ | Mixer number |
| `mixers.*.enabled` | _boolean_ | Routing status |
| `hexMixersValue` | _String_ | Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value |