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.
powersync-core/libnymea/interfaces/simpleclosable.json
2020-06-08 00:03:02 +02:00

12 lines
212 B
JSON

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