monf 012bd60aec [Feature] #203 Update the code and tests to manage list as parameter hace 8 años
..
tests ce2bfcb0a7 [Feature] #203 Global variables hace 8 años
README.md a210e0cd46 [Refacto] #136 Ability to install neurons, stt, tts, trigger + update Doc hace 8 años
__init__.py 7683f70a3d Change the project structure to match the Python package standard. hace 8 años
sleep.py 012bd60aec [Feature] #203 Update the code and tests to manage list as parameter hace 8 años

README.md

sleep

Synopsis

This neuron sleeps the system for a given time in seconds.

Installation

CORE NEURON : No installation needed.

Options

parameter required default choices comment
seconds YES The number of seconds to sleep.

Return Values

No returned values

Synapses example

Simple example :

  - name: "run-simple-sleep"
    signals:
      - order: "Wait for me "
    neurons:
      - sleep:
          seconds: 60

Notes