-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzcl.iaszone.control.json
More file actions
30 lines (30 loc) · 977 Bytes
/
zcl.iaszone.control.json
File metadata and controls
30 lines (30 loc) · 977 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
{
"id": "http://openinterconnect.org/zigbeemapping/schemas/zcl.iaszone.control.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"description" : "Copyright (c) 2018 Open Connectivity Foundation, Inc. All rights reserved.",
"title": "IAS Zone Cluster - Control",
"definitions": {
"zcl.iaszone.control": {
"properties": {
"currentzonesensitivitylevel": {
"type": "integer",
"description": "Set a sensitivity level of IAS Zone",
"x-ocf-conversion": {
"x-ocf-alias": "oic.r.ias.zone",
"x-from-ocf": [
"currentzonesensitivitylevel = ocf.currentzonesensitivitylevel",
"zcl.command.general::write(currentzonesensitivitylevel)"
],
"x-to-ocf": [
"N/A"
]
}
}
}
}
},
"type": "object",
"allOf": [
{"$ref": "#/definitions/zcl.iaszone.control"}
]
}