forked from leezhmwty/dslink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodes.json
41 lines (41 loc) · 786 Bytes
/
nodes.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
{
"server1" : {
"$is" : "node",
"@port" : 502,
"@action" : true,
"20000000015" : {
"$is" : "node",
"@terminal" : true,
"auth code" : {
"$is" : "node",
"$type" : "string",
"?value" : "SDUERA324-DJDFF-3E4FDS43"
},
"other" : {
"$is" : "node",
"$type" : "string",
"?value" : ""
},
"localtion" : {
"$is" : "node",
"$type" : "string",
"?value" : ""
},
"status" : {
"$is" : "node",
"$type" : "string",
"?value" : "connect"
}
},
"status" : {
"$is" : "node",
"$type" : "string",
"?value" : "bind"
}
},
"status" : {
"$is" : "node",
"$type" : "string",
"?value" : "ready"
}
}