-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[voice] Add console commands for register/unregister dialogs and list them #3459
Conversation
…ialogs and dialog registrations Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2e2418a
to
ef85d38
Compare
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/habot-walkthrough-9-n-configuring-voice-input/59879/5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me except one or two language typo.
...b.core.voice/src/main/java/org/openhab/core/voice/internal/VoiceConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
...b.core.voice/src/main/java/org/openhab/core/voice/internal/VoiceConsoleCommandExtension.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Thank you for the review. Should I update the documentation for these commands? |
Yes please, but wait for the merge first. |
Hey @openhab/core-maintainers, I saw yesterday the oh release schedule, do you think this change can be merged before the feature freeze? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing! Sorry for the delay.
… them (openhab#3459) * [voice] Add voice commands for register/unregister dialogs and list dialogs and dialog registrations Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com> GitOrigin-RevId: 6b91416
This PR add new cli voice commands for exposing the new register/unregister dialog capability of the voice manager, plus commands for list existing dialog registrations and running dialogs.
Also fixes a command description issue where the parameter "hlis" was documented as "interpreters". I think that "hlis" is better as it is sorter, but let me know if there is a preference over "interpreters".
Related to #3265