Skip to content

Commit

Permalink
pairing faceplate info
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 14, 2022
1 parent 9a1def3 commit b637052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_PHAL_plugin_mk1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __init__(self, bus=None, config=None):
self.handle_factory_reset)
self.bus.on("mycroft.not.paired", self.handle_not_paired)
self.bus.on("mycroft.paired", self.handle_paired)
self.bus.on("mycroft.pairing.code", self.handle_pairing_code)
self.bus.emit(Message("system.factory.reset.register",
{"skill_id": "ovos-phal-plugin-mk1"}))

Expand Down

0 comments on commit b637052

Please sign in to comment.