-
Notifications
You must be signed in to change notification settings - Fork 0
/
bmr.json
59 lines (59 loc) · 1.78 KB
/
bmr.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"broker": {
"lan": "b",
"host": "enterprise",
"port": 1883,
"keepalive": 60,
"network": 10
},
"outside": {
"_deviceAddress": "0x010203",
"objectName": "vega-outside",
"objectIdentifier": 599,
"systemStatus": "operational",
"vendorName": "Carrick Bender Design",
"vendorIdentifier": 999,
"modelName": "BACnet Masquerade Router",
"firmwareRevision": "N/A",
"applicationSoftwareVersion": "1.0",
"protocolVersion": 1,
"protocolRevision": 12,
"protocolObjectTypesSupported": ["device"],
"deviceAddressBinding": [],
"maxApduLengthAccepted": 1024,
"segmentationSupported": "noSegmentation",
"databaseRevision": 1
},
"vlan": {
"name": "sample",
"network": 12,
"devices": [
{
"_deviceAddress": 2,
"objectName": "vega-1",
"objectIdentifier": 1202,
"vendorIdentifier": 999,
"_proxyAddress": "wlp2s0:47809",
"_proxyIdentifier": 19
}
]
},
"inside": {
"_deviceAddress": "wlp2s0",
"objectName": "vega-inside",
"objectIdentifier": 599,
"systemStatus": "operational",
"vendorName": "Carrick Bender Design",
"vendorIdentifier": 999,
"modelName": "BACnet Masquerade Router",
"firmwareRevision": "N/A",
"applicationSoftwareVersion": "1.0",
"protocolVersion": 1,
"protocolRevision": 12,
"protocolObjectTypesSupported": ["device"],
"deviceAddressBinding": [],
"maxApduLengthAccepted": 1024,
"segmentationSupported": "noSegmentation",
"databaseRevision": 1
}
}