mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
|
{
|
||
|
"name": "Sleep",
|
||
|
"module": "sleep",
|
||
|
"description": "I am dummy",
|
||
|
"author": "@balkian",
|
||
|
"version": "0.1",
|
||
|
"timeout": 0.05,
|
||
|
"extra_params": {
|
||
|
"timeout": {
|
||
|
"@id": "timeout_sleep",
|
||
|
"aliases": ["timeout", "to"],
|
||
|
"required": false,
|
||
|
"default": 0
|
||
|
}
|
||
|
}
|
||
|
}
|