mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-01 07:41:42 +00:00
3e3f5555ff
We've changed the way plugins are activated, and removed the notion of deactivated plugins. Now plugins activate asynchronously. When calling a plugin, it will be activated if it wasn't, and the call will wait for the plugin to be fully activated.
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
|
|
}
|
|
}
|
|
}
|