Classes | |
| class | DisplayManager |
Functions | |
| def | _read_data () |
| def | _write_data (dictionary) |
| def | init_display_manager_bus_connection () |
|
private |
Writes the dictionary of state data from the IPC directory.
Returns:
dict: loaded state information
Definition at line 88 of file display_manager.py.
|
private |
Writes the dictionary of state data to the IPC directory.
Args:
dictionary (dict): information to place in the 'disp_info' file
Definition at line 45 of file display_manager.py.
| def mycroft.enclosure.display_manager.init_display_manager_bus_connection | ( | ) |
Connects the display manager to the messagebus
Definition at line 150 of file display_manager.py.