]> git.basschouten.com Git - openhab-addons.git/commit
[googlestt] initial contribution (#12055)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Wed, 26 Jan 2022 23:24:51 +0000 (00:24 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 23:24:51 +0000 (00:24 +0100)
commit07e02cf459137fd75a7a9baedf1aee43af8c65c9
tree49914c7a589cb3941e7207640b772bfdc9d2d418
parentec93c3600e57a6a7541ab542cdaf9f90263792c5
[googlestt] initial contribution (#12055)

* [googlestt] initial contribution

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