Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e66e979

Browse files
author
Peter Spiess-Knafl
committed
further fixes
1 parent f4a5fff commit e66e979

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/examples/xbmc_remote.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
[
22
{
33
"name": "Input.Left",
4-
"params": null,
54
"returns": "string"
65
},
76
{
87
"name": "Input.Right",
9-
"params": null,
108
"returns": "string"
119
},
1210
{
1311
"name": "Input.Up",
14-
"params": null,
1512
"returns": "string"
1613
},
1714
{
1815
"name": "Input.Down",
19-
"params": null,
2016
"returns": "string"
2117
},
2218
{
2319
"name": "Input.Back",
24-
"params": null,
2520
"returns": "string"
2621
},
2722
{
2823
"name": "Input.Select",
29-
"params": null,
3024
"returns": "string"
3125
}
3226
]

0 commit comments

Comments
 (0)