Skip to content

Commit

Permalink
fix:missing messages to forward (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jan 7, 2025
1 parent 9ff2777 commit d617970
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ovos_gui/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,21 @@ def _define_message_handlers(self):
def _define_messages_to_forward(self):
"""Messages from the core bus to be forwarded to GUI clients."""
messages_to_forward = [
# Core
"ovos.utterance.handled",
"ovos.utterance.cancelled",
"mycroft.skill.handler.start",
"mycroft.skill.handler.complete",
"complete_intent_failure",
# Audio Service
"speak",
"recognizer_loop:audio_output_start",
"recognizer_loop:audio_output_end",
# Speech Service
"recognizer_loop:sleep",
"recognizer_loop:wake_up",
"mycroft.awoken",
"recognizer_loop:utterance",
"recognizer_loop:wakeword",
"recognizer_loop:recognition_unknown",
"recognizer_loop:record_begin",
Expand Down

0 comments on commit d617970

Please sign in to comment.