-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevice_type_database.json
More file actions
89 lines (89 loc) · 1.85 KB
/
device_type_database.json
File metadata and controls
89 lines (89 loc) · 1.85 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": [
{
"device_type": "Access Point (Router)",
"ports": [53, 443],
"vendor": "TP-Link"
},
{
"device_type": "TV",
"ports": [8008, 1900, 7000, 5555]
},
{
"device_type": "Camera",
"ports": [554, 8000, 8081, 8082]
},
{
"device_type": "Mobile",
"ports": [5228, 5222, 443, 8080]
},
{
"device_type": "Smart Plug",
"ports": [8883, 8008, 8080]
},
{
"device_type": "Smart Thermostat",
"ports": [1883, 8883, 3000, 6000]
},
{
"device_type": "Smart Lights",
"ports": [5678, 8888, 10000, 6666]
},
{
"device_type": "Smart Security System",
"ports": [554, 443, 8080, 8081]
},
{
"device_type": "Printer",
"ports": [9100, 515, 631, 443]
},
{
"device_type": "Smart Refrigerator",
"ports": [8883, 443, 5678, 6666]
},
{
"device_type": "Smart TV (Android)",
"ports": [5555, 8008, 8080, 8888]
},
{
"device_type": "Smart Coffee Maker",
"ports": [54321, 8883, 9000]
},
{
"device_type": "Smart Washing Machine",
"ports": [8080, 6000, 8883]
},
{
"device_type": "Smart Lock",
"ports": [54321, 8883, 3333]
},
{
"device_type": "Smart Mirror",
"ports": [4444, 5555, 6666]
},
{
"device_type": "Smart Smoke Detector",
"ports": [5678, 8883, 6000]
},
{
"device_type": "Smart Vacuum",
"ports": [8883, 6666, 3000]
},
{
"device_type": "Smart Light Bulb",
"ports": [5678, 8008, 9999]
},
{
"device_type": "Smart Air Purifier",
"ports": [8883, 5678, 8888]
},
{
"device_type": "Smart Scale",
"ports": [8883, 5555, 8008]
},
{
"device_type": "Smart Home Hub",
"ports": [1883, 8883, 3000, 1234]
}
]
}