mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[audio] Add pcm audio websocket with dialog support (#4032)
* [audio] Add pcm audio websocket with dialog support * improve KSEdgeService support * fix/spotless voice provider Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
@@ -239,6 +239,12 @@
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.websocket/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-io-websocket-audio" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
<feature dependency="true">openhab-core-io-websocket</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.websocket.audio/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-io-transport-coap" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
|
||||
@@ -466,6 +472,7 @@
|
||||
<feature>openhab-core-io-rest-transform</feature>
|
||||
<feature>openhab-core-io-rest-voice</feature>
|
||||
<feature>openhab-core-io-websocket</feature>
|
||||
<feature>openhab-core-io-websocket-audio</feature>
|
||||
<feature>openhab-core-model-lsp</feature>
|
||||
<feature>openhab-core-model-item</feature>
|
||||
<feature>openhab-core-model-persistence</feature>
|
||||
|
||||
Reference in New Issue
Block a user