12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"description": "Interface for very basic devices that support opening and closing.",
|
|
"actions": [
|
|
{
|
|
"name": "open"
|
|
},
|
|
{
|
|
"name": "close"
|
|
}
|
|
]
|
|
}
|