forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookTime.i18n.fr.json
31 lines (31 loc) · 997 Bytes
/
cookTime.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
{
"tag": "fr",
"label": "Temps de cuisson",
"description": "Allows for the control of the cooking time.",
"attributes": {
"cookTimeRange": {
"label": "cook time range",
"description": "Constraints on the cook time value",
"displayTemplate": "{{attribute}} of {{device.label}} is: {{value}}",
"i18n": {}
},
"cookTime": {
"label": "Temps de cuisson",
"description": "Total cooking time in seconds",
"displayTemplate": "{{attribute}} of {{device.label}} is: {{value}}s",
"i18n": {}
}
},
"commands": {
"setCookTime": {
"label": "setCookTime",
"description": "Set the cook time to the specified value",
"arguments": {
"time": {
"i18n": {},
"description": "The value to set the cook time attribute to"
}
}
}
}
}