Add EventWebSocket (#2891)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-12-10 12:28:58 +01:00
committed by GitHub
parent 207c4a04da
commit da2d6a8a21
12 changed files with 1079 additions and 0 deletions
@@ -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>