diff --git a/changelog/4004.added.md b/changelog/4004.added.md new file mode 100644 index 000000000..f0fd28767 --- /dev/null +++ b/changelog/4004.added.md @@ -0,0 +1 @@ +- Added optional `service` field to `ServiceUpdateSettingsFrame` (and its subclasses `LLMUpdateSettingsFrame`, `TTSUpdateSettingsFrame`, `STTUpdateSettingsFrame`) to target a specific service instance. When `service` is set, only the matching service applies the settings; others forward the frame unchanged. This enables updating a single service when multiple services of the same type exist in the pipeline.