فهرست منبع

fix synapse name correspondinf to the new convention

nico 8 سال پیش
والد
کامیت
0806e571b7

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Kalliope can run on all Linux distribution including a Raspberry Pi and it's mul
 
 Kalliope is easy-peasy to use, see the hello world
 ```
-  - name: "Hello world"
+  - name: "Hello-world"
     signals:
       - order: "say hello"
     neurons:      

+ 1 - 1
brain_examples/fr/fr_clock_radio.yml

@@ -1,5 +1,5 @@
 ---
-  - name: "wake up"
+  - name: "wake-up"
     signals:
         - event: "30 7 * * 1,2,3,4,5" # each morning of working day at 7:30
     neurons:

+ 4 - 4
brain_examples/fr/fr_systemdate.yml

@@ -1,15 +1,15 @@
-- name: "Say local date"
+- name: "say-local-date"
   signals:
-      - order: "test"
+    - order: "test"
   neurons:
     - systemdate:
         say_template:
           - "Il est {{ hours }} heures et {{ minutes }} minutes"
         tts: "voxygen"
 
-- name: "Say local date"
+- name: "say-local-date2"
   signals:
-      - order: "tempate"
+    - order: "tempate"
   neurons:
     - systemdate:
         file_template: fr_systemdate_template_example.j2

+ 2 - 2
brain_examples/fr/hello_world.yml

@@ -1,7 +1,7 @@
 ---
-  - name: "Say hello"
+  - name: "say-hello"
     signals:
-        - order: "dit bonjour"
+      - order: "dit bonjour"
     neurons:
       - say:
           message:

+ 1 - 1
brain_examples/fr/say_examples.yml

@@ -1,5 +1,5 @@
 ---
-  - name: "Meaning of life"
+  - name: "meaning-of-life"
     signals:
       - order: "quel est le sens de la vie"
     neurons:

+ 1 - 2
brains/ansible_playbook.yml

@@ -1,6 +1,5 @@
 ---
-
-  - name: "Ansible-test"
+  - name: "snsible-test"
     signals:
       - order: "playbook"
     neurons:

+ 2 - 2
neurons/openweathermap/README.md

@@ -51,7 +51,7 @@ Give the today and tomorrow weather with the related data (humidity, temperature
 ## Synapses example
 
 ```
-  - name: "get the weather"
+  - name: "getthe-weather"
     signals:
       - order: "what is the weather in {{ location }}"
     neurons:
@@ -67,7 +67,7 @@ Give the today and tomorrow weather with the related data (humidity, temperature
 
 You also can define the "location" args directly in neuron argument list. 
 ```
-  - name: "get the weather"
+  - name: "get-the-weather"
     signals:
       - order: "quel temps fait-il"
     neurons:

+ 1 - 1
neurons/push_message/Readme.md

@@ -32,7 +32,7 @@ No returned value
 
 The following synapse will send a push message to device that have subscribed to the channel name "my_chanel_name" when you say "push message".
 ```
- - name: "Send push message"
+ - name: "send-push-message"
    signals:
       - order: "push message"
    neurons:

+ 1 - 1
neurons/tasker_autoremote/Readme.md

@@ -34,7 +34,7 @@ None
 
 Description of what the synapse will do
 ```
-- name: "find my phone"
+- name: "find-my-phone"
   signals:
     - order: "where is my phone"
   neurons:

+ 1 - 1
neurons/wake_on_lan/README.md

@@ -22,7 +22,7 @@ None
 
 Kalliope will send a magic packet to the mac address `00-00-00-00-00-00`
 ```
-- name: "wake my PC"
+- name: "wake-my-PC"
   signals:
     - order: "wake my PC"
   neurons: