Exemplo n.º 1
0
 def begin(self):
     """Start pairing process."""
     _LOGGER.debug("Starting AirPlay pairing with credentials %s",
                   self.auth_data.credentials)
     self.pairing_complete = False
     return error_handler(self.authenticator.start_authentication,
                          exceptions.PairingError)
Exemplo n.º 2
0
 def begin(self):
     """Start pairing process."""
     return error_handler(self.pairing_procedure.start_pairing,
                          exceptions.PairingError)