mirror of https://github.com/nymea/nymea.git
Add interface files for navigation
parent
0d7ba938f2
commit
69c46e1bd7
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"description": "The extended media interface offers also the info and menu button of media devices.",
|
||||
"extends": "navigationpad",
|
||||
"actions": [
|
||||
{
|
||||
"name": "navigateMenu"
|
||||
},
|
||||
{
|
||||
"name": "navigateInfo"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"description": "Many media devices have a navigation pad for browsing a library or a menu. This interface represents a basic navigation pad.",
|
||||
"extends": "media",
|
||||
"actions": [
|
||||
{
|
||||
"name": "navigateUp"
|
||||
},
|
||||
{
|
||||
"name": "navigateDown"
|
||||
},
|
||||
{
|
||||
"name": "navigateLeft"
|
||||
},
|
||||
{
|
||||
"name": "navigateRight"
|
||||
},
|
||||
{
|
||||
"name": "navigateOk"
|
||||
},
|
||||
{
|
||||
"name": "navigateBack"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue