nymea/libnymea/interfaces/simpleclosable.json

12 lines
212 B
JSON

{
"description": "Interface for very basic devices that support opening and closing.",
"actions": [
{
"name": "open"
},
{
"name": "close"
}
]
}