forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefrigerationSetpointPresentation.json
More file actions
executable file
·39 lines (39 loc) · 1.05 KB
/
refrigerationSetpointPresentation.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.05 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
{
"detailView": [
{
"label": "Set temperature",
"displayType": "slider",
"slider": {
"range": [
0,
40
],
"unit": "refrigerationSetpoint.unit",
"command": "setRefrigerationSetpoint",
"argumentType": "number",
"value": "refrigerationSetpoint.value",
"valueType": "number"
}
}
],
"automation": {
"conditions": [],
"actions": [
{
"label": "Set temperature",
"displayType": "numberField",
"numberField": {
"command": "setRefrigerationSetpoint",
"argumentType": "number",
"unit": "refrigerationSetpoint.unit",
"range": [
0,
40
]
}
}
]
},
"id": "refrigerationSetpoint",
"version": 1
}