This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-06-08 00:03:02 +02:00

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"
}
]
}