Skip to content

Commit ea119ce

Browse files
authored
Merge branch 'master' into beta
2 parents 3fc898c + 3390225 commit ea119ce

File tree

1 file changed

+35
-20
lines changed

1 file changed

+35
-20
lines changed

plugin_info/info.json

Lines changed: 35 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,42 @@
77
"toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "input"},
88
"toto2" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial number"},"type" : "number"}
99
},
10-
"user" : {
11-
"toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "select","values" : [{"value" : "1", "name" : "valeur 1"},{"value" : "plop", "name" : "valeur plop"}]}
10+
"user": {
11+
"toto": {
12+
"name": {
13+
"fr_FR": "Plop je suis un attribut spécial"
14+
},
15+
"type": "select",
16+
"values": [
17+
{
18+
"value": "1",
19+
"name": "valeur 1"
20+
},
21+
{
22+
"value": "plop",
23+
"name": "valeur plop"
24+
}
25+
]
26+
}
1227
}
1328
},
14-
"description" : {
29+
"description": {
1530
"fr_FR": "Template servant de base à la création de plugins pour Jeedom"
1631
},
17-
"licence" : "AGPL",
18-
"author" : "Jeedom SAS",
19-
"require" : "4.2.0",
20-
"category" : "programming",
21-
"hasDependency" : false,
22-
"hasOwnDeamon" : false,
23-
"maxDependancyInstallTime" : 0,
24-
"changelog" : "https://jeedom.github.io/plugin-template/#language#/changelog",
25-
"documentation" : "https://jeedom.github.io/plugin-template/#language#/",
26-
"changelog_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/changelog",
27-
"documentation_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/",
28-
"link" : {
29-
"forum":"Lien vers le forum",
30-
"video" : "Lien vers une video"
32+
"licence": "AGPL",
33+
"author": "Jeedom SAS",
34+
"require": "4.2",
35+
"category": "programming",
36+
"hasDependency": false,
37+
"hasOwnDeamon": false,
38+
"maxDependancyInstallTime": 0,
39+
"changelog_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/beta\/changelog",
40+
"changelog": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/changelog",
41+
"documentation_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template\/beta",
42+
"documentation": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/template",
43+
"link": {
44+
"forum": "Lien vers le forum",
45+
"video": "Lien vers une video"
3146
},
3247
"language": [
3348
"fr_FR",
@@ -41,13 +56,13 @@
4156
"pt_PT"
4257
],
4358
"compatibility": [
44-
"miniplus",
4559
"smart",
60+
"luna",
61+
"atlas",
4662
"rpi",
4763
"docker",
4864
"diy",
4965
"mobile",
50-
"v4",
51-
"atlas"
66+
"v4"
5267
]
5368
}

0 commit comments

Comments
 (0)