-
Notifications
You must be signed in to change notification settings - Fork 7
/
appinfo.json
60 lines (60 loc) · 1.32 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
{
"uuid": "5f1584b1-d138-41d5-95fb-1af8a46a7006",
"shortName": "TeslaFTW!",
"longName": "Tesla Control",
"companyName": "In Spire",
"versionCode": 21,
"versionLabel": "2.1",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": false
},
"appKeys": {
"menuIndexClicked": 0,
"interiorTemp": 1,
"batteryPerc": 2,
"chargingState":3,
"hoursUntilFull":4,
"chargerVoltage":5,
"chargerCurrent":6,
"idealRangeKm":7,
"idealAddedKm":8,
"chargeToMaxRange":9,
"chargeRateKm":10,
"insideDegC":11,
"outsideDegC":12,
"driverSettingDegC":13,
"passengerSettingDegC":14,
"acStateOn":15
},
"resources": {
"media": [
{
"type": "png",
"name": "IMAGE_MENU_ICON",
"menuIcon": true,
"file": "images/menu_icon_tesla.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_1",
"file": "images/menu_icon_tesla.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_2",
"file": "images/menu_icon_plug2.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_3",
"file": "images/menu_icon_battery2.png"
},
{
"type": "png",
"name": "IMAGE_MENU_ICON_4",
"file": "images/menu_icon_temp2.png"
}
]
}
}