Functions | |
| def | _starting_up () |
| def | check_connection () |
| def | connect () |
| def | main () |
| def | shutdown () |
| def | try_update_system (platform) |
Variables | |
| bus = None | |
| event_scheduler = None | |
| skill_manager = None | |
| start_clock = time.time() | |
| start_ticks = time.monotonic() | |
|
private |
Start loading skills.
Starts
- SkillManager to load/reloading of skills when needed
- a timer to check for internet connection
- adapt intent service
- padatious intent service
Definition at line 51 of file skills/__main__.py.
| def mycroft.skills.__main__.check_connection | ( | ) |
Check for network connection. If not paired trigger pairing.
Runs as a Timer every second until connection is detected.
Definition at line 109 of file skills/__main__.py.
| def mycroft.skills.__main__.connect | ( | ) |
Definition at line 46 of file skills/__main__.py.
| def mycroft.skills.__main__.main | ( | ) |
Definition at line 185 of file skills/__main__.py.
| def mycroft.skills.__main__.shutdown | ( | ) |
Definition at line 206 of file skills/__main__.py.
| def mycroft.skills.__main__.try_update_system | ( | platform | ) |
Definition at line 96 of file skills/__main__.py.
| mycroft.skills.__main__.bus = None |
Definition at line 37 of file skills/__main__.py.
| mycroft.skills.__main__.event_scheduler = None |
Definition at line 38 of file skills/__main__.py.
| mycroft.skills.__main__.skill_manager = None |
Definition at line 39 of file skills/__main__.py.
| mycroft.skills.__main__.start_clock = time.time() |
Definition at line 43 of file skills/__main__.py.
| mycroft.skills.__main__.start_ticks = time.monotonic() |
Definition at line 42 of file skills/__main__.py.