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

This commit is contained in:
Travis CI 2019-06-16 14:18:12 +00:00
parent e32fff3f61
commit 011458d642
2 changed files with 6 additions and 6 deletions

View File

@ -1742,8 +1742,8 @@
"return": [ "return": [
"{String} `sourceName` Source name", "{String} `sourceName` Source name",
"{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)", "{Array<Object>} `routingStatus` Routing status of the source for each audio mixer (array of 6 values)",
"{int} `routingStatus.*.id` Mixer number", "{int} `mixers.*.id` Mixer number",
"{boolean} `routingStatus.*.enabled` Routing status", "{boolean} `mixers.*.enabled` Routing status",
"{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value" "{String} `hexMixersValue` Raw mixer flags (little-endian, one bit per mixer) as an hexadecimal value"
], ],
"api": "events", "api": "events",
@ -1763,12 +1763,12 @@
}, },
{ {
"type": "int", "type": "int",
"name": "routingStatus.*.id", "name": "mixers.*.id",
"description": "Mixer number" "description": "Mixer number"
}, },
{ {
"type": "boolean", "type": "boolean",
"name": "routingStatus.*.enabled", "name": "mixers.*.enabled",
"description": "Routing status" "description": "Routing status"
}, },
{ {

View File

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