Skip to content

Commit

Permalink
add gui_mobile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 21, 2023
1 parent 03620f8 commit 974f249
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/gui_mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GUI on mobile extension

Handles mycroft-gui running on android

# Listens to

| Message Type | Message Data | Description | Emitted Response Type | Handled by |
|----------------------------------------|--------------|----------------------------------------------------------|-----------------------|------------------------|
| `mycroft.gui.screen.close` | | Forces the display of the home screen in the GUI. | | handle_show_homescreen |
| `mycroft.gui.forceHome` | | Forces the display of the home screen in the GUI. | | handle_show_homescreen |
| `mycroft.gui.screen.request.page.back` | | Handles a request to navigate back to previous GUI page. | | handle_page_back |
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ nav:
- WIFI Balena: phal_balena.md
- Audio GGWave: ggwave.md
- GUI Extensions:
- GUI Bigscreen: gui_bigscreen.md
- Plasma Bigscreen: gui_bigscreen.md
- Mobile: gui_mobile.md
- Skills:
- Homescreen: ovos_homescreen.md

Expand Down

0 comments on commit 974f249

Please sign in to comment.