@@ -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,5 +1,5 @@
---
- - name: "wake up"
+ - name: "wake-up"
- event: "30 7 * * 1,2,3,4,5" # each morning of working day at 7:30
@@ -1,15 +1,15 @@
-- name: "Say local date"
+- name: "say-local-date"
- - order: "test"
+ - order: "test"
- systemdate:
say_template:
- "Il est {{ hours }} heures et {{ minutes }} minutes"
tts: "voxygen"
+- name: "say-local-date2"
- - order: "tempate"
+ - order: "tempate"
file_template: fr_systemdate_template_example.j2
@@ -1,7 +1,7 @@
- - name: "Say hello"
+ - name: "say-hello"
- - order: "dit bonjour"
+ - order: "dit bonjour"
- say:
message:
- - name: "Meaning of life"
+ - name: "meaning-of-life"
- order: "quel est le sens de la vie"
@@ -1,6 +1,5 @@
-
- - name: "Ansible-test"
+ - name: "snsible-test"
- order: "playbook"
@@ -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"
- order: "what is the weather in {{ location }}"
@@ -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"
- order: "quel temps fait-il"
@@ -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"
- order: "push message"
@@ -34,7 +34,7 @@ None
Description of what the synapse will do
-- name: "find my phone"
+- name: "find-my-phone"
- order: "where is my phone"
@@ -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"
- order: "wake my PC"