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/statefulgaragedoor.json
2021-01-02 14:33:15 +01:00

13 lines
532 B
JSON

{
"description": "A garagedoor which can be controller like a closable, with open and close actions. It can report whether it's opened or closed or standing still something in between (intermediate position) as well as reporting that it's moving (opening/closing).",
"extends": ["garagedoor", "closable"],
"states": [
{
"name": "state",
"type": "QString",
"allowedValues": ["open", "closed", "opening", "closing", "intermediate"],
"logged": true
}
]
}