forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwasherOperationalState.i18n.fr.json
More file actions
executable file
·94 lines (94 loc) · 3.18 KB
/
washerOperationalState.i18n.fr.json
File metadata and controls
executable file
·94 lines (94 loc) · 3.18 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"tag": "fr",
"label": "Washer Operational State",
"description": "Allows for the control of the washer operational state.",
"attributes": {
"completionTime": {
"label": "Heure de fin",
"description": "The completion time for the washer job",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"machineState": {
"label": "Statut de machine",
"description": "Current status of the washer",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {
"value": {
"stop": {
"label": "Arrêt"
},
"run": {
"label": "Marche"
},
"pause": {
"label": "Pause"
}
}
}
},
"washerJobState": {
"label": "Statut de tâche du lave-linge",
"description": "The job states supported by the washer",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {
"value": {
"airWash": {
"label": "Lavage à l'air"
},
"weightSensing": {
"label": "Détection de poids"
},
"drying": {
"label": "Séchage"
},
"spin": {
"label": "Séchage"
},
"cooling": {
"label": "Refroidissement"
},
"preWash": {
"label": "Prélavage"
},
"wash": {
"label": "Lavage"
},
"wrinklePrevent": {
"label": "Traitement anti-traces"
},
"delayWash": {
"label": "Lavage différé"
},
"finish": {
"label": "Fin"
},
"none": {
"label": "Aucun"
},
"rinse": {
"label": "Rinçage"
}
}
}
},
"supportedMachineStates": {
"label": "Statut de machine pris en charge",
"description": "The states supported by the washer machine",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
}
},
"commands": {
"setMachineState": {
"label": "setMachineState",
"description": "Set the washer machine state",
"arguments": {
"state": {
"i18n": {},
"description": "Set the washer machine state to \"pause\", \"run\", or \"stop\" state"
}
}
}
}
}