-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathinfo.json
More file actions
68 lines (68 loc) · 1.58 KB
/
info.json
File metadata and controls
68 lines (68 loc) · 1.58 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
{
"id" : "template",
"name" : "Template",
"pluginVersion": "0.1",
"specialAttributes" : {
"object" : {
"toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "input"},
"toto2" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial number"},"type" : "number"}
},
"user": {
"toto": {
"name": {
"fr_FR": "Plop je suis un attribut spécial"
},
"type": "select",
"values": [
{
"value": "1",
"name": "valeur 1"
},
{
"value": "plop",
"name": "valeur plop"
}
]
}
}
},
"description": {
"fr_FR": "Template servant de base à la création de plugins pour Jeedom"
},
"licence": "AGPL",
"author": "Jeedom SAS",
"require": "4.2",
"category": "programming",
"hasDependency": false,
"hasOwnDeamon": false,
"maxDependancyInstallTime": 0,
"changelog_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/beta\/changelog",
"changelog": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/changelog",
"documentation_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/beta",
"documentation": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template",
"link": {
"forum": "Lien vers le forum",
"video": "Lien vers une video"
},
"language": [
"fr_FR",
"en_US",
"es_ES",
"de_DE",
"ru_RU",
"id_ID",
"it_IT",
"ja_JP",
"pt_PT"
],
"compatibility": [
"smart",
"luna",
"atlas",
"rpi",
"docker",
"diy",
"mobile",
"v4"
]
}