#696 - listening on connected

pull/754/head
Augusto Monteiro 'Sparky 2017-04-25 12:18:02 -07:00
parent 6a0f608207
commit 92bc82be15
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ def _load_skills():
# Create skill_manager listener and invoke the first time
ws.on('skill_manager', skills_manager)
ws.emit(Message("skill_manager", {}))
ws.on('mycroft.wifi.connected', install_default_skills)
ws.emit(Message('skill_manager', {}))
# Create the Intent manager, which converts utterances to intents
# This is the heart of the voice invoked skill system