monf b56a56608a [Doc] neuron kill_switch 8 years ago
..
README.md b56a56608a [Doc] neuron kill_switch 8 years ago
__init__.py a6a8eb6e30 8 years ago
kill_switch.py b56a56608a [Doc] neuron kill_switch 8 years ago

README.md

kill_switch

Synopsis

This neuron exits the Kalliope process.

Options

No parameters

Return Values

No returned values

Synapses example

Simple example :

  - name: "stop-kalliope"
    neurons:
      - kill_switch
    signals:
      - order: "goodbye"

Notes