mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Add EventWebSocket (#2891)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -177,6 +177,11 @@
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.mdns/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-io-websocket" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.websocket/${project.version}</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-core-io-transport-coap" version="${project.version}">
|
||||
<feature>openhab-core-base</feature>
|
||||
|
||||
@@ -395,6 +400,7 @@
|
||||
<feature>openhab-core-io-rest-swagger</feature>
|
||||
<feature>openhab-core-io-rest-transform</feature>
|
||||
<feature>openhab-core-io-rest-voice</feature>
|
||||
<feature>openhab-core-io-websocket</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