-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLightSensor.A5_06_05.json
More file actions
33 lines (32 loc) · 981 Bytes
/
LightSensor.A5_06_05.json
File metadata and controls
33 lines (32 loc) · 981 Bytes
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
{
"id": "http://openinterconnect.org/enoceanmapping/schemas/LightSensor.A5_06_05.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description" : "Copyright (c) 2019 Open Connectivity Foundation, Inc. All rights reserved.",
"title": "Light Sensor EEP A5-06-05",
"definitions": {
"A5_06_05": {
"type": "object",
"properties": {
"lightsensor": {
"type": "number",
"description": "Current Illuminance in Lux",
"x-ocf-conversion": {
"x-ocf-alias": "oic.r.sensor.illuminance",
"x-to-ocf": [
"oic.r.sensor.illuminance.illuminance = lightsensor",
"oic.r.sensor.illuminance.range = [0.0, 10200.0]"
],
"x-from-ocf": [
"N/A"
]
}
}
}
}
},
"type": "object",
"allOf": [
{"$ref": "#/definitions/A5_06_05"}
],
"required": [ "lightsensor"]
}