コード例 #1
0
 def handle_update_intent(self, message):
     identity = IdentityManager().get()
     if not identity.owner:
         self.speak_dialog("not.paired")
     else:
         ConfigurationManager.load_remote()
         self.speak_dialog("config.updated")
コード例 #2
0
ファイル: __init__.py プロジェクト: Acidburn0zzz/mycroft-core
 def handle_update_intent(self, message):
     identity = IdentityManager().get()
     if not identity.owner:
         self.speak_dialog("not.paired")
     else:
         ConfigurationManager.load_remote()
         self.speak_dialog("config.updated")
コード例 #3
0
ファイル: __init__.py プロジェクト: canaria10/intelora.core
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())
コード例 #4
0
ファイル: __init__.py プロジェクト: Acidburn0zzz/mycroft-core
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())