forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhealthCheck.i18n.fr.json
executable file
·56 lines (56 loc) · 1.92 KB
/
healthCheck.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
56
{
"tag": "fr",
"label": "Health Check",
"description": "Allows for the control of the health check.",
"attributes": {
"checkInterval": {
"label": "Intervalle de vérification",
"description": "The current value of checkInterval",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}} s.",
"i18n": {}
},
"healthStatus": {
"label": "État de santé",
"description": "The current online/offline status of the device",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {
"value": {
"offline": {
"label": "Hors ligne"
},
"online": {
"label": "En ligne"
}
}
}
},
"DeviceWatch-Enroll": {
"label": "DeviceWatch-Enroll",
"description": "Event sent to enroll a device in device health.",
"displayTemplate": "{{attribute}} of {{device.label}} was updated",
"i18n": {}
},
"DeviceWatch-DeviceStatus": {
"label": "Surveillance de l'appareil/Statut de l'appareil",
"description": "The current online/offline status of the device. Deprecated in favor of healthStatus attribute.",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {
"value": {
"offline": {
"label": "Hors ligne"
},
"online": {
"label": "En ligne"
}
}
}
}
},
"commands": {
"ping": {
"label": "ping",
"description": "Ping the device",
"arguments": {}
}
}
}