-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters