forked from faucetsdn/udmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
78 lines (78 loc) · 1.61 KB
/
example.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
{
"version": "1.5.2",
"timestamp": "2018-08-26T21:39:29.364Z",
"system": {
"description": "Generic test example metadata file",
"tags": ["energy", "lighting", "building"],
"location": {
"site": "US-SFO-XYY",
"section": "NW-2F",
"floor": "2",
"floor_seq": 2,
"room": "2F26",
"position": {
"x": 10,
"y": 20,
"z": 3.7
},
"coordinates": {
"lat": 37.386051,
"long": -122.083855,
"alt_m": 8849.0
}
},
"physical_tag": {
"asset": {
"guid": "bim://04aEp5ymD_$u5IxhJN2aGi",
"site": "US-SFO-XYY",
"name": "AHU-1"
}
},
"adjunct": {
"suffix": "extention11-optional"
}
},
"cloud": {
"auth_type": "ES256",
"connection_type": "DIRECT"
},
"pointset": {
"points": {
"return_air_temperature_sensor": {
"units": "Degrees-Celsius",
"baseline_value": 20,
"baseline_tolerance": 2,
"tags": ["hvac"]
},
"room_setpoint": {
"writable": true,
"units": "Degrees-Celsius",
"baseline_value": 20,
"baseline_state": "applied"
}
}
},
"discovery": {
"families": {
"bacnet": {
}
}
},
"testing": {
"targets": {
"invalid": {
"target_point": "return_air_temperature_sensor",
"target_value": -20
},
"failure": {
"target_point": "room_setpoint",
"target_value": -20
}
}
},
"features": {
"system": { },
"enumeration": { "stage": "beta" },
"enumeration.pointset": { "stage": "alpha" }
}
}