forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscent.i18n.fr.json
executable file
·31 lines (31 loc) · 1.05 KB
/
scent.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": "Senteurs",
"description": "Allows for the control of the intensity attribute of a scent",
"attributes": {
"scentName": {
"label": "nom",
"description": "A string that represents the name of the scent",
"displayTemplate": "{{attribute}} de {{device.label}} était {{value}}.",
"i18n": {}
},
"scentIntensity": {
"label": "intensité",
"description": "A number that represents the current scent intensity, usually ``0-100`` in percent",
"displayTemplate": "{{attribute}} de {{device.label}} : {{value}} %",
"i18n": {}
}
},
"commands": {
"setScentIntensity": {
"label": "setScentIntensity",
"description": "Set the intensity to the given value",
"arguments": {
"intensity": {
"i18n": {},
"description": "The intensity value, usually ``0-100`` in percent"
}
}
}
}
}