Add a registry for transformation configurations and allow editing them (#2821)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-04-11 08:18:14 +02:00
committed by GitHub
parent 90f6a95251
commit 53dcf48a17
20 changed files with 1264 additions and 15 deletions
@@ -157,6 +157,11 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.audio/${project.version}</bundle>
</feature>
<feature name="openhab-core-io-rest-transform" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.transform/${project.version}</bundle>
</feature>
<feature name="openhab-core-io-rest-voice" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.voice/${project.version}</bundle>
@@ -379,12 +384,13 @@
<feature>openhab-core-automation-module-media</feature>
<feature>openhab-core-io-console-karaf</feature>
<feature>openhab-core-io-http-auth</feature>
<feature>openhab-core-io-rest-auth</feature>
<feature>openhab-core-io-rest-sitemap</feature>
<feature>openhab-core-io-rest-audio</feature>
<feature>openhab-core-io-rest-voice</feature>
<feature>openhab-core-io-rest-swagger</feature>
<feature>openhab-core-io-rest-auth</feature>
<feature>openhab-core-io-rest-mdns</feature>
<feature>openhab-core-io-rest-sitemap</feature>
<feature>openhab-core-io-rest-swagger</feature>
<feature>openhab-core-io-rest-transform</feature>
<feature>openhab-core-io-rest-voice</feature>
<feature>openhab-core-model-lsp</feature>
<feature>openhab-core-model-item</feature>
<feature>openhab-core-model-persistence</feature>