-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ios.conf
More file actions
89 lines (89 loc) · 2.89 KB
/
Copy path.ios.conf
File metadata and controls
89 lines (89 loc) · 2.89 KB
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
{
"devices": {
"iphone": {
"app": {
"buildNumber": 10,
"bundleIdentifer": "io.robbie.HomeAssistant",
"versionNumber": "1.1.1"
},
"battery": {
"level": 44,
"state": "Unplugged"
},
"device": {
"localizedModel": "iPhone",
"model": "iPhone",
"name": "iPhone",
"permanentID": "E76B4480-156E-4F60-A7D8-227271D5800D",
"systemName": "iOS",
"systemVersion": "11.1.2",
"type": "iPhone 7"
},
"deviceId": "iphone",
"lastSeenAt": "2018-02-02T13:01:31.293289",
"permissions": [
"notifications",
"location"
],
"pushId": "2f0d02e6-30ec-3037-9cd9-67d01a87bd70",
"pushSounds": [],
"pushToken": "This space intentionally left blank"
},
"thomasiphone": {
"app": {
"buildNumber": 10,
"bundleIdentifer": "io.robbie.HomeAssistant",
"versionNumber": "1.1.1"
},
"battery": {
"level": 43,
"state": "Unplugged"
},
"device": {
"localizedModel": "iPhone",
"model": "iPhone",
"name": "iPhone",
"permanentID": "E76B4480-156E-4F60-A7D8-227271D5800D",
"systemName": "iOS",
"systemVersion": "11.1.2",
"type": "iPhone 7"
},
"deviceId": "thomasiphone",
"lastSeenAt": "2018-02-02T13:01:49.647239",
"permissions": [
"notifications",
"location"
],
"pushId": "2f0d02e6-30ec-3037-9cd9-67d01a87bd70",
"pushSounds": [],
"pushToken": "This space intentionally left blank"
},
"thomass_ipad": {
"app": {
"buildNumber": 10,
"bundleIdentifer": "io.robbie.HomeAssistant",
"versionNumber": "1.1.1"
},
"battery": {
"level": 60,
"state": "Unplugged"
},
"device": {
"localizedModel": "iPad",
"model": "iPad",
"name": "Thomas's iPad",
"permanentID": "FF101D8E-3E75-4A66-83CC-060B30C57FC7",
"systemName": "iOS",
"systemVersion": "11.2.2",
"type": "iPad Pro (9.7-inch)"
},
"deviceId": "thomass_ipad",
"lastSeenAt": "2018-02-01T21:00:05.986139",
"permissions": [
"location"
],
"pushSounds": [],
"pushToken": "This space intentionally left blank"
}
}
}