-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathdevice_a.json
123 lines (123 loc) · 4.13 KB
/
device_a.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"BACpypes": {
"backup_count": 5,
"color": false,
"cov_lifetime": 60,
"debug": [],
"debug_file": "",
"max_bytes": 1048576,
"route_aware": false
},
"application": [
{
"active-cov-subscriptions": [],
"apdu-segment-timeout": 1000,
"apdu-timeout": 3000,
"application-software-version": "1.0",
"database-revision": 1,
"device-address-binding": [],
"firmware-revision": "N/A",
"local-date": "2023-10-08",
"local-time": "22:15:26.22",
"max-apdu-length-accepted": 1024,
"max-segments-accepted": 16,
"model-name": "N/A",
"number-of-apdu-retries": 3,
"object-identifier": "device,999",
"object-list": [
"device,999",
"network-port,1"
],
"object-name": "BAC0",
"object-type": "device",
"property-list": [
"object-identifier",
"object-name",
"object-type",
"property-list",
"system-status",
"vendor-name",
"vendor-identifier",
"model-name",
"firmware-revision",
"application-software-version",
"protocol-version",
"protocol-revision",
"protocol-services-supported",
"protocol-object-types-supported",
"object-list",
"max-apdu-length-accepted",
"segmentation-supported",
"max-segments-accepted",
"local-time",
"local-date",
"apdu-segment-timeout",
"apdu-timeout",
"number-of-apdu-retries",
"device-address-binding",
"database-revision",
"active-cov-subscriptions",
"status-flags"
],
"protocol-object-types-supported": [],
"protocol-revision": 22,
"protocol-services-supported": [
"acknowledge-alarm",
"confirmed-cov-notification",
"confirmed-event-notification",
"subscribe-cov",
"atomic-write-file",
"add-list-element",
"read-property",
"read-property-multiple",
"write-property",
"write-property-multiple"
],
"protocol-version": 1,
"segmentation-supported": "segmented-both",
"status-flags": [],
"system-status": "operational",
"vendor-identifier": 842,
"vendor-name": "Servisys inc."
},
{
"bacnet-ip-mode": "normal",
"bacnet-ip-udp-port": 47808,
"changes-pending": false,
"ip-address": "192.168.211.208",
"ip-subnet-mask": "255.255.255.0",
"link-speed": 0.0,
"mac-address": "c0a8d3d0bac0",
"network-number": 1,
"network-number-quality": "unknown",
"network-type": "ipv4",
"object-identifier": "network-port,1",
"object-name": "NetworkPort-1",
"object-type": "network-port",
"out-of-service": false,
"property-list": [
"object-identifier",
"object-name",
"object-type",
"property-list",
"status-flags",
"reliability",
"out-of-service",
"network-type",
"protocol-level",
"network-number",
"network-number-quality",
"changes-pending",
"mac-address",
"link-speed",
"bacnet-ip-mode",
"ip-address",
"bacnet-ip-udp-port",
"ip-subnet-mask"
],
"protocol-level": "bacnet-application",
"reliability": "no-fault-detected",
"status-flags": []
}
]
}