mirror of https://github.com/nymea/nymea.git
27 lines
712 B
JSON
27 lines
712 B
JSON
{
|
|
"description": "The extended media interface offers also the info and menu button of media devices.",
|
|
"extends": "navigationpad",
|
|
"actions": [
|
|
{
|
|
"name": "navigate",
|
|
"params": [
|
|
{
|
|
"name": "to",
|
|
"type": "QString",
|
|
"allowedValues": [
|
|
"up",
|
|
"down",
|
|
"left",
|
|
"right",
|
|
"enter",
|
|
"back",
|
|
"menu",
|
|
"info",
|
|
"home"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|