Exemplo n.º 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")
Exemplo n.º 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")
Exemplo n.º 3
0
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())
Exemplo n.º 4
0
 def test_load_remote(self):
     ConfigurationManager.load_defaults()
     self.assert_config(ConfigurationManager.load_remote())