Skip to content

Commit

Permalink
added another event
Browse files Browse the repository at this point in the history
  • Loading branch information
mushie4282 authored Mar 9, 2024
1 parent 7fb045a commit 693f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, *args, skill_id=None, bus=None, **kwargs):
def initialize(self):
self.settings.merge(DEFAULT_SETTINGS, new_only=True)
self.add_event('recognizer_loop:hotword', self.handle_text_help)
#self.add_event('text.emergency', self.handle_text_help) Does not work
self.add_event('text.emergency', self.handle_text_help)
phone = SIM7600X() # instance of cellular module

@classproperty
Expand Down

0 comments on commit 693f751

Please sign in to comment.