Browse code

init witj jeedom template

louis.jonget authored on17/01/2023 08:47:47
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,52 @@
1
+{
2
+	"id" : "template",
3
+	"name" : "Template",
4
+	"specialAttributes" : {
5
+		"object" : {
6
+			"toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "input"},
7
+			"toto2" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial number"},"type" : "number"}
8
+		},
9
+		"user" : {
10
+			"toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "select","values" : [{"value" : "1", "name" : "valeur 1"},{"value" : "plop", "name" : "valeur plop"}]}
11
+		}
12
+	},
13
+	"description" : {
14
+		"fr_FR": "Template servant de base à la création de plugins pour Jeedom"
15
+	},
16
+	"licence" : "AGPL",
17
+	"author" : "Jeedom SAS",
18
+	"require" : "4.2.0",
19
+	"category" : "programming",
20
+	"hasDependency" : false,
21
+	"hasOwnDeamon" : false,
22
+	"maxDependancyInstallTime" : 0,
23
+	"changelog" : "https://jeedom.github.io/plugin-template/#language#/changelog",
24
+	"documentation" : "https://jeedom.github.io/plugin-template/#language#/",
25
+	"changelog_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/changelog",
26
+	"documentation_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/",
27
+	"link" : {
28
+		"forum":"Lien vers le forum",
29
+		"video" : "Lien vers une video"
30
+	},
31
+	"language": [
32
+		"fr_FR",
33
+		"en_US",
34
+		"es_ES",
35
+		"de_DE",
36
+		"ru_RU",
37
+		"id_ID",
38
+		"it_IT",
39
+		"ja_JP",
40
+		"pt_PT"
41
+	],
42
+	"compatibility": [
43
+		"miniplus",
44
+		"smart",
45
+		"rpi",
46
+		"docker",
47
+		"diy",
48
+		"mobile",
49
+		"v4",
50
+		"atlas"
51
+	]
52
+}