]> git.basschouten.com Git - openhab-addons.git/commit
[porcupineks] Keyword Spotter, initial contribution (#12028)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sat, 22 Jan 2022 13:02:02 +0000 (14:02 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 13:02:02 +0000 (14:02 +0100)
commitefa8963d20ba466defaf451d79ab8b0674455602
treea5e09bb9f33492cafc2b80caaf81cb8e7312fd15
parentf75c04d5d4c2d7806fd08c361b1be16d20ebdcf4
[porcupineks] Keyword Spotter, initial contribution (#12028)

* initial contribution

Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
12 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.voice.porcupineks/NOTICE [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/README.md [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/pom.xml [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/java/org/openhab/voice/porcupineks/internal/PorcupineKSConfiguration.java [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/java/org/openhab/voice/porcupineks/internal/PorcupineKSConstants.java [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/java/org/openhab/voice/porcupineks/internal/PorcupineKSService.java [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.voice.porcupineks/src/main/resources/OH-INF/i18n/porcupineks.properties [new file with mode: 0644]
bundles/pom.xml