forked from hongtat/smartthings-capabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocf.i18n.fr.json
executable file
·118 lines (118 loc) · 3.99 KB
/
ocf.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"tag": "fr",
"label": "Ocf",
"description": "Device that supports the OCF protocol",
"attributes": {
"st": {
"label": "st",
"description": "SystemTime (Date)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mndt": {
"label": "mndt",
"description": "Date of Manufacture (Date)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnfv": {
"label": "mnfv",
"description": "Firmware version",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnhw": {
"label": "mnhw",
"description": "Hardware Version",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"di": {
"label": "di",
"description": "Device Id",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnsl": {
"label": "mnsl",
"description": "Support link (URL)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"dmv": {
"label": "dmv",
"description": "OIC(OCF) Vertical Domain Spec. Version (ex> \"res.1.1.0,sh.1.1.0\",)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"n": {
"label": "n",
"description": "Device Name (ex> \"[TV] Samsung 6 Series (43)\")",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnmo": {
"label": "mnmo",
"description": "Model Number",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"vid": {
"label": "vid",
"description": "Vendor ID (or Device ID of Device Type)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnmn": {
"label": "mnmn",
"description": "Manufacturer Name",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnml": {
"label": "mnml",
"description": "Manufacturer Details Link(URL)",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnpv": {
"label": "mnpv",
"description": "Platform Version",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"mnos": {
"label": "mnos",
"description": "OS Version",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"pi": {
"label": "pi",
"description": "Platform ID",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
},
"icv": {
"label": "icv",
"description": "OIC(OCF) Core Spec. Version (ex> \"core.1.1.0\")",
"displayTemplate": "{{attribute}} de {{device.label}} était : {{value}}",
"i18n": {}
}
},
"commands": {
"postOcfCommand": {
"description": "Send raw OCF command",
"arguments": {
"href": {
"i18n": {},
"description": "OCF href"
},
"value": {
"i18n": {},
"description": "OCF value"
}
}
}
}
}