Skip to content

Commit

Permalink
Add forum link, pluginVersion (#40) and fix doc/changelog URL (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Aug 30, 2018
1 parent cc87100 commit 0dd7737
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions plugin_info/info.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"id" : "zigate",
"name" : "ZiGate",
"description" : "Plugin zigate pour utilisation de la zigate",
"licence" : "MIT License",
"author" : "Sébastien RAMAGE",
"require" : "3.0",
"category" : "automation protocol",
"hasDependency" : true,
"hasOwnDeamon" : true,
"maxDependancyInstallTime" : 30,
"changelog" : "https://doudz.github.io/jeedom-plugin-zigate/",
"documentation" : "https://doudz.github.io/jeedom-plugin-zigate/",
"language" : ["fr_FR","en_US"],
"compatibility" : ["Jeedomboard","RPI/RPI2","Docker","DIY"]
}
"id": "zigate",
"name": "ZiGate",
"description": "Plugin zigate pour utilisation de la zigate",
"licence": "MIT License",
"author": "Sébastien RAMAGE",
"require": "3.0",
"category": "automation protocol",
"hasDependency": true,
"hasOwnDeamon": true,
"maxDependancyInstallTime": 30,
"link": {
"forum": "https://www.jeedom.com/forum/viewtopic.php?f=133&t=34490"
},
"changelog": "https://github.com/Jeedom-Zigate/jeedom-plugin-zigate",
"documentation": "https://jeedom-zigate.github.io/jeedom-plugin-zigate",
"language": ["fr_FR", "en_US"],
"compatibility": ["Jeedomboard", "RPI/RPI2", "Docker", "DIY"],
"pluginVersion": "1.1.0-b1"
}

0 comments on commit 0dd7737

Please sign in to comment.