forked from ZachBenz/IndigoRemote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
65 lines (65 loc) · 1.63 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
{
"uuid": "d1b5e0af-bb86-461c-bac1-26b70cc2bb36",
"versionLabel": "2.4",
"targetPlatforms": [ "aplite", "basalt" ],
"sdkVersion": "3",
"shortName": "Indigo Remote+",
"longName": "Indigo Remote+",
"capabilities": [ "configurable" ],
"companyName": "Zach Benz, SRG Consultants",
"watchapp": { "watchface": false },
"appKeys": {
"get_devices_and_actions": 1,
"device_count_complete": 2,
"device_count": 3,
"device": 4,
"device_number": 5,
"device_name": 6,
"device_on": 7,
"device_toggle_on_off": 8,
"device_dim": 9,
"device_dim_level": 10,
"action_count_complete": 11,
"action_count": 12,
"action": 13,
"action_number": 14,
"action_name": 15,
"action_execute": 16,
"loading": 17
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON_INDIGO_REMOTE",
"file": "images/menu_icon_indigo_remote.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_DEVICE_MENU_ITEM",
"file": "images/menu_icon_device_menu_item.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_ACTION_MENU_ITEM",
"file": "images/menu_icon_action_menu_item.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_PLUS",
"file": "images/action_icon_plus.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_SELECT",
"file": "images/action_icon_select.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_MINUS",
"file": "images/action_icon_minus.png"
}
]
}
}