forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpushbullet_devices.json
43 lines (43 loc) · 934 Bytes
/
pushbullet_devices.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
{
"accounts": [],
"blocks": [],
"channels": [],
"chats": [],
"clients": [],
"contacts": [],
"devices": [{
"active": true,
"iden": "identity1",
"created": 1.514520333770855e+09,
"modified": 1.5151951594363022e+09,
"type": "windows",
"kind": "windows",
"nickname": "DESKTOP",
"manufacturer": "Microsoft",
"model": "Windows 10 Home",
"app_version": 396,
"fingerprint": "{\"cpu\":\"AMD\",\"computer_name\":\"DESKTOP\"}",
"pushable": true,
"icon": "desktop",
"remote_files": "disabled"
}, {
"active": true,
"iden": "identity2",
"created": 1.5144974875448499e+09,
"modified": 1.514574792288634e+09,
"type": "ios",
"kind": "ios",
"nickname": "My iPhone",
"manufacturer": "Apple",
"model": "iPhone",
"app_version": 8646,
"push_token": "production:mytoken",
"pushable": true,
"icon": "phone"
}],
"grants": [],
"pushes": [],
"profiles": [],
"subscriptions": [],
"texts": []
}