forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlockOnly.i18n.fr.json
35 lines (35 loc) · 993 Bytes
/
lockOnly.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
{
"tag": "en",
"label": "Lock Only",
"description": "Allow for the lock control of a lock device",
"attributes": {
"lock": {
"label": "lock",
"description": "The state of the lock device",
"displayTemplate": "{{device.label}} {{attribute}} was {{value}}",
"i18n": {
"value": {
"unlocked with timeout": {
"label": "unlocked with timeout"
},
"locked": {
"label": "locked"
},
"unlocked": {
"label": "unlocked"
},
"unknown": {
"label": "unknown"
}
}
}
}
},
"commands": {
"lock": {
"label": "lock",
"description": "Lock the device",
"arguments": {}
}
}
}