@@ -1,7 +1,7 @@
---
- name: "Say hello"
neurons:
- say: "Hello sir"
+ - say: "Hello sir"
when:
- order: "Say hello"
@@ -0,0 +1,10 @@
+
+class OrderListener:
+ """
+ This class is called after we catch the hotword that have woke up JARVIS.
+ We now wait for an order spoken out loud by the user, translate the order into a text and run the action
+ attached to this order from settings
+ def __init__(self):
+ pass