mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
9f6a6f5ecd
* Added conversion plugins (API might change!) * Added conversion to the analysis pipeline * Changed behaviour of --default-plugins (it adds conversion plugins regardless) * Added emotionModel [sic] and emotionConversion models //TODO add conversion tests //TODO add conversion to docs
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
{
|
|
"name": "Sleep",
|
|
"module": "sleep",
|
|
"description": "I am dummy",
|
|
"author": "@balkian",
|
|
"version": "0.1",
|
|
"timeout": 0.5,
|
|
"extra_params": {
|
|
"timeout": {
|
|
"@id": "timeout_sleep",
|
|
"aliases": ["timeout", "to"],
|
|
"required": false,
|
|
"default": 0
|
|
}
|
|
}
|
|
}
|