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/extendednavigationpad.json
2019-05-15 23:48:56 +02:00

13 lines
276 B
JSON

{
"description": "The extended media interface offers also the info and menu button of media devices.",
"extends": "navigationpad",
"actions": [
{
"name": "navigateMenu"
},
{
"name": "navigateInfo"
}
]
}