diff --git a/docs/generated/comments.json b/docs/generated/comments.json index f45b32cb..c6aaf88b 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -366,7 +366,7 @@ "{boolean} `flags.encoded` Output is encoded", "{boolean} `flags.multiTrack` Output uses several audio tracks", "{boolean} `flags.service` Output uses a service", - "{Object} `settings` Output name", + "{Object} `settings` Output settings", "{boolean} `active` Output status (active or not)", "{boolean} `reconnecting` Output reconnection status (reconnecting or not)", "{double} `congestion` Output congestion", @@ -433,7 +433,7 @@ { "type": "Object", "name": "settings", - "description": "Output name" + "description": "Output settings" }, { "type": "boolean", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index bfcd2670..f4c1af02 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -348,7 +348,7 @@ These are complex types, such as `Source` and `Scene`, which are used as argumen | `flags.encoded` | _boolean_ | Output is encoded | | `flags.multiTrack` | _boolean_ | Output uses several audio tracks | | `flags.service` | _boolean_ | Output uses a service | -| `settings` | _Object_ | Output name | +| `settings` | _Object_ | Output settings | | `active` | _boolean_ | Output status (active or not) | | `reconnecting` | _boolean_ | Output reconnection status (reconnecting or not) | | `congestion` | _double_ | Output congestion | @@ -4523,4 +4523,3 @@ If your code needs to perform multiple successive T-Bar moves (e.g. : in an anim _No additional response items._ --- - diff --git a/src/WSRequestHandler_Outputs.cpp b/src/WSRequestHandler_Outputs.cpp index c30f9ef5..d87a8ca8 100644 --- a/src/WSRequestHandler_Outputs.cpp +++ b/src/WSRequestHandler_Outputs.cpp @@ -15,7 +15,7 @@ * @property {boolean} `flags.encoded` Output is encoded * @property {boolean} `flags.multiTrack` Output uses several audio tracks * @property {boolean} `flags.service` Output uses a service -* @property {Object} `settings` Output name +* @property {Object} `settings` Output settings * @property {boolean} `active` Output status (active or not) * @property {boolean} `reconnecting` Output reconnection status (reconnecting or not) * @property {double} `congestion` Output congestion