-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
138 lines (138 loc) · 3.79 KB
/
appinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"appKeys": {
"DATA_REQUEST": 1,
"DSP_PROGRAM": 7,
"ERROR": 0,
"INPUT_COUNT": 200,
"INPUT_NAME": 6,
"INPUT_TITLE": 5,
"MUTE": 4,
"MUTE_TOGGLE": 13,
"PAUSE": 902,
"PLAY": 903,
"PLAYBACK_ELAPSED": 10,
"PLAYBACK_MAIN": 8,
"PLAYBACK_STATUS": 14,
"PLAYBACK_SUB": 9,
"POWER": 2,
"POWER_TOGGLE": 999,
"SCENE_COUNT": 100,
"SET_DSP_PROGRAM": 399,
"SET_SCENE": 199,
"SKIP_FWD": 901,
"SKIP_REV": 900,
"SWITCH_INPUT": 299,
"VOLUME": 3,
"VOLUME_DOWN": 12,
"VOLUME_DOWN_LONG": 22,
"VOLUME_UP": 11,
"VOLUME_UP_LONG": 21
},
"capabilities": [
"configurable"
],
"companyName": "YS",
"enableMultiJS": false,
"longName": "Yamaha AV Remote",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/volume-up.png",
"name": "ICON_VOLUME_UP",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/volume-mute.png",
"name": "ICON_VOLUME_MUTE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/volume-down.png",
"name": "ICON_VOLUME_DOWN",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/skip-rev.png",
"name": "ICON_SKIP_REV",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/skip-fwd.png",
"name": "ICON_SKIP_FWD",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/play.png",
"name": "ICON_PLAY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/pause.png",
"name": "ICON_PAUSE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Volume-On.png",
"name": "ICON_VOLUME",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Volume-Off.png",
"name": "ICON_VOLUMEMUTED",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Power.png",
"name": "ICON_POWER",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Photo.png",
"name": "ICON_SCENE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Note.png",
"name": "ICON_DSP",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Microphone.png",
"name": "ICON_INPUT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Album.png",
"name": "ICON_SONG",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "Yamaha AV Remote",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "1cca19a7-c23d-4fb0-9043-8e3a9d3d9c4f",
"versionLabel": "1.02",
"watchapp": {
"watchface": false
}
}