-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlandevices.json
42 lines (42 loc) · 897 Bytes
/
landevices.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
{"network":[
{
"_node":"landevice0",
"online":"0",
"name":"Android-3",
"active":"0",
"dhcp":"1",
"mac":"01:23:45:67:89:AB",
"static_dhcp":"0",
"ip":"10.0.234.1"
},
{
"_node":"landevice1",
"online":"0",
"name":"Android-5",
"active":"0",
"dhcp":"1",
"mac":"12:23:34:45:56:67",
"static_dhcp":"1",
"ip":"10.0.25.11"
},
{
"_node":"landevice2",
"online":"1",
"name":"Notebook-1",
"active":"0",
"dhcp":"1",
"mac":"22:33:44:55:66:77",
"static_dhcp":"1",
"ip":"10.0.25.2"
},
{
"_node":"landevice3",
"online":"0",
"name":"Entertain",
"active":"1",
"dhcp":"0",
"mac":"30:D3:EE:EE:EE:EE",
"static_dhcp":"0",
"ip":""
}
]}