Beispiel #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")
Beispiel #2
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")
Beispiel #3
0
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())
Beispiel #4
0
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())