forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeederPortion.i18n.fr.json
executable file
·31 lines (31 loc) · 1.05 KB
/
feederPortion.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": "Portion du distributeur",
"description": "Allows for the portion control of a feeder device.",
"attributes": {
"feedPortion": {
"label": "Portion du distributeur",
"description": "A number that represents the portion (in grams, pounds, ounces, or servings) that will dispense.",
"displayTemplate": "{{attribute}} of {{device.label}} is {{value}} {{unit}}",
"i18n": {
"unit": {
"servings": {
"label": "portion(s)"
}
}
}
}
},
"commands": {
"setPortion": {
"label": "setPortion",
"description": "Set the portion (in grams, pounds, ounces, or servings) that the feeder will dispense.",
"arguments": {
"portion": {
"i18n": {},
"description": "The portion (in grams, pounds, ounces, or servings) to dispense."
}
}
}
}
}