10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"description": "Interface for generic devices that can be opened and closed. The process of opening or closing can be interrupted by the stop action.",
|
|
"extends": "simpleclosable",
|
|
"actions": [
|
|
{
|
|
"name": "stop"
|
|
}
|
|
]
|
|
}
|