浏览代码

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
 Kalliope is easy-peasy to use, see the hello world
 ```
 ```
-  - name: "Hello world"
+  - name: "Hello-world"
     signals:
     signals:
       - order: "say hello"
       - order: "say hello"
     neurons:      
     neurons:      

+ 1 - 1
brain_examples/fr/fr_clock_radio.yml

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

+ 4 - 4
brain_examples/fr/fr_systemdate.yml

@@ -1,15 +1,15 @@
-- name: "Say local date"
+- name: "say-local-date"
   signals:
   signals:
-      - order: "test"
+    - order: "test"
   neurons:
   neurons:
     - systemdate:
     - systemdate:
         say_template:
         say_template:
           - "Il est {{ hours }} heures et {{ minutes }} minutes"
           - "Il est {{ hours }} heures et {{ minutes }} minutes"
         tts: "voxygen"
         tts: "voxygen"
 
 
-- name: "Say local date"
+- name: "say-local-date2"
   signals:
   signals:
-      - order: "tempate"
+    - order: "tempate"
   neurons:
   neurons:
     - systemdate:
     - systemdate:
         file_template: fr_systemdate_template_example.j2
         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:
     signals:
-        - order: "dit bonjour"
+      - order: "dit bonjour"
     neurons:
     neurons:
       - say:
       - say:
           message:
           message:

+ 1 - 1
brain_examples/fr/say_examples.yml

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

+ 1 - 2
brains/ansible_playbook.yml

@@ -1,6 +1,5 @@
 ---
 ---
-
-  - name: "Ansible-test"
+  - name: "snsible-test"
     signals:
     signals:
       - order: "playbook"
       - order: "playbook"
     neurons:
     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
 ## Synapses example
 
 
 ```
 ```
-  - name: "get the weather"
+  - name: "getthe-weather"
     signals:
     signals:
       - order: "what is the weather in {{ location }}"
       - order: "what is the weather in {{ location }}"
     neurons:
     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. 
 You also can define the "location" args directly in neuron argument list. 
 ```
 ```
-  - name: "get the weather"
+  - name: "get-the-weather"
     signals:
     signals:
       - order: "quel temps fait-il"
       - order: "quel temps fait-il"
     neurons:
     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".
 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:
    signals:
       - order: "push message"
       - order: "push message"
    neurons:
    neurons:

+ 1 - 1
neurons/tasker_autoremote/Readme.md

@@ -34,7 +34,7 @@ None
 
 
 Description of what the synapse will do
 Description of what the synapse will do
 ```
 ```
-- name: "find my phone"
+- name: "find-my-phone"
   signals:
   signals:
     - order: "where is my phone"
     - order: "where is my phone"
   neurons:
   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`
 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:
   signals:
     - order: "wake my PC"
     - order: "wake my PC"
   neurons:
   neurons: