forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemandResponseLoadControl.i18n.fr.json
55 lines (55 loc) · 2.12 KB
/
demandResponseLoadControl.i18n.fr.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
{
"tag": "en",
"label": "Demand Response Load Control",
"description": "Allows requests to be made to appliances to temporarily reduce their energy usage to reduce demand on the power grid",
"attributes": {
"drlcStatus": {
"label": "drlc status",
"description": "The status of the current or last active DRLC request",
"displayTemplate": "{{device.label}} {{attribute}} was updated",
"i18n": {
"value": {
"prop": {
"label": "prop"
}
}
}
}
},
"commands": {
"overrideDrlcAction": {
"label": "overrideDrlcAction",
"description": "Override the requested load reduction request",
"arguments": {}
},
"requestDrlcAction": {
"label": "requestDrlcAction",
"description": "Request an appliance to reduce its load to aleviate power grid demmand",
"arguments": {
"duration": {
"i18n": {},
"description": "The length of time load reduction should take place, in minutes"
},
"reportingPeriod": {
"i18n": {},
"description": "Optional reporting period in minutes. If specified the device will generate a drlcStatus event periodically while load reduction is in effect. If not specified then events will only be generated when the DRLC status changes."
},
"start": {
"i18n": {},
"description": "The date & time at which load reduction is requested to start"
},
"drlcType": {
"i18n": {
"0": {
"label": "0"
},
"1": {
"label": "1"
}
},
"description": "Type of load reduction request. One of the following:"
}
}
}
}
}