Issues 54 - Displaying pairing code
- Ensuring displaying state is resetpull/78/merge
parent
27b1e2b22c
commit
57bb62a629
|
@ -39,6 +39,7 @@ class PairingSkill(MycroftSkill):
|
|||
|
||||
def handle_pairing_request(self, message):
|
||||
if not self.client:
|
||||
self.displaying = False
|
||||
self.__emit_paired(False)
|
||||
self.client = DevicePairingClient()
|
||||
Thread(target=self.client.run).start()
|
||||
|
|
Loading…
Reference in New Issue