Public Member Functions | |
| def | __init__ (self, name=None) |
| def | get_active (self) |
| def | remove_active (self) |
| def | set_active (self, skill_name=None) |
Public Attributes | |
| name | |
The Display manager handles the basic state of the display, be it a mark-1 or a mark-2 or even a future Mark-3.
Definition at line 116 of file display_manager.py.
| def mycroft.enclosure.display_manager.DisplayManager.__init__ | ( | self, | |
name = None |
|||
| ) |
Definition at line 120 of file display_manager.py.
| def mycroft.enclosure.display_manager.DisplayManager.get_active | ( | self | ) |
Get the currenlty active skill from the display manager
Returns:
string: The active skill's name
Definition at line 131 of file display_manager.py.
| def mycroft.enclosure.display_manager.DisplayManager.remove_active | ( | self | ) |
Clears the active skill
Definition at line 144 of file display_manager.py.
| def mycroft.enclosure.display_manager.DisplayManager.set_active | ( | self, | |
skill_name = None |
|||
| ) |
Sets skill name as active in the display Manager
Args:
string: skill_name
Definition at line 123 of file display_manager.py.
| mycroft.enclosure.display_manager.DisplayManager.name |
Definition at line 121 of file display_manager.py.