Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 authored Jan 8, 2024
2 parents 3fc898c + 3390225 commit ea119ce
Showing 1 changed file with 35 additions and 20 deletions.
55 changes: 35 additions & 20 deletions plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,42 @@
"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"}]}
"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" : {
"description": {
"fr_FR": "Template servant de base à la création de plugins pour Jeedom"
},
"licence" : "AGPL",
"author" : "Jeedom SAS",
"require" : "4.2.0",
"category" : "programming",
"hasDependency" : false,
"hasOwnDeamon" : false,
"maxDependancyInstallTime" : 0,
"changelog" : "https://jeedom.github.io/plugin-template/#language#/changelog",
"documentation" : "https://jeedom.github.io/plugin-template/#language#/",
"changelog_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/changelog",
"documentation_beta" : "https://jeedom.github.io/plugin-template/#language#/beta/",
"link" : {
"forum":"Lien vers le forum",
"video" : "Lien vers une video"
"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",
Expand All @@ -41,13 +56,13 @@
"pt_PT"
],
"compatibility": [
"miniplus",
"smart",
"luna",
"atlas",
"rpi",
"docker",
"diy",
"mobile",
"v4",
"atlas"
"v4"
]
}

0 comments on commit ea119ce

Please sign in to comment.