-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlwm2m.o.position.json
More file actions
57 lines (56 loc) · 1.86 KB
/
lwm2m.o.position.json
File metadata and controls
57 lines (56 loc) · 1.86 KB
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
{
"id": "http://openinterconnect.org/asamapping/schemas/asa.environment.currentairquality.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description" : "Copyright (c) 2017 Open Connectivity Foundation, Inc. All rights reserved.",
"title": "Position",
"definitions": {
"lwm2m.o.position": {
"type": "object",
"properties": {
"Current Position (5536)": {
"type": "float",
"description": "Current position or desired position of a positioner actuator.",
"x-ocf-conversion": {
"x-ocf-alias": "oic.r.openlevel",
"x-to-ocf": ["oic.r.openlevel.openLevel = Current Position(5536)"
],
"x-from-ocf": [
"Current Position(5536) = oic.r.openlevel.openLevel"
]
}
},
"Min Limit (5520)": {
"type": "float",
"description": "The minimum value that can be measured by the sensor.",
"x-ocf-conversion": {
"x-ocf-alias": "oic.r.openlevel",
"x-to-ocf": [
"oic.r.openlevel.ragne[0] = Min Limit (5520)"
],
"x-from-ocf": [
"Min Limit (5520) = oic.r.openlevel.ragne[0]"
]
}
},
"Max Limit (5750)": {
"type": "float",
"description": "The maximum value that can be measured by the sensor.",
"x-ocf-conversion": {
"x-ocf-alias": "oic.r.openlevel",
"x-to-ocf": [
"oic.r.openlevel.ragne[1]= Max Limit (5750)"
],
"x-from-ocf": [
"Max Limit (5750) = oic.r.openlevel.ragne[1]"
]
}
}
}
}
},
"type": "object",
"allOf": [
{"$ref": "#/definitions/lwm2m.o.position"}
],
"required": ["Current Position(5536)"]
}