Skip to content
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

feat: forward some events to GUI clients #62

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Commits on Nov 21, 2024

  1. feat: forward some events to GUI clients

    allow GUIs to react to wakeword etc without needing a connection to the main bus
    
    GUI clients are not supposed to connect to the main bus, only to the GUI bus, but in practice the QT gui has been connecting to both due to missing events
    JarbasAl committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c70eeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c910a14 View commit details
    Browse the repository at this point in the history
  3. Update ovos_gui/namespace.py

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    JarbasAl and coderabbitai[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1996f05 View commit details
    Browse the repository at this point in the history
  4. pep8

    JarbasAl committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fd5111a View commit details
    Browse the repository at this point in the history