|
7 | 7 | "toto" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial"},"type" : "input"}, |
8 | 8 | "toto2" : {"name" : {"fr_FR" : "Plop je suis un attribut spécial number"},"type" : "number"} |
9 | 9 | }, |
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 | + } |
12 | 27 | } |
13 | 28 | }, |
14 | | - "description" : { |
| 29 | + "description": { |
15 | 30 | "fr_FR": "Template servant de base à la création de plugins pour Jeedom" |
16 | 31 | }, |
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" |
31 | 46 | }, |
32 | 47 | "language": [ |
33 | 48 | "fr_FR", |
|
41 | 56 | "pt_PT" |
42 | 57 | ], |
43 | 58 | "compatibility": [ |
44 | | - "miniplus", |
45 | 59 | "smart", |
| 60 | + "luna", |
| 61 | + "atlas", |
46 | 62 | "rpi", |
47 | 63 | "docker", |
48 | 64 | "diy", |
49 | 65 | "mobile", |
50 | | - "v4", |
51 | | - "atlas" |
| 66 | + "v4" |
52 | 67 | ] |
53 | 68 | } |
0 commit comments