mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
|
{
|
||
|
"name": "ExamplePlugin",
|
||
|
"module": "example",
|
||
|
"description": "I am just an example",
|
||
|
"author": "@balkian",
|
||
|
"version": "0.1",
|
||
|
"extra_params": {
|
||
|
"timeout": {
|
||
|
"@id": "timeout_sleep",
|
||
|
"aliases": ["timeout", "to"],
|
||
|
"required": false,
|
||
|
"default": 0
|
||
|
}
|
||
|
},
|
||
|
"custom_attribute": "42"
|
||
|
}
|