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.
2019-07-04 21:03:32 +02:00

11 lines
299 B
JSON

{
"extends": "button",
"description": "The powerswitch interface is used for smart power switches and just extends the simple button interface. Use this for switches that can be on or off.",
"states": [
{
"name": "power",
"type": "bool"
}
]
}