File tree Expand file tree Collapse file tree 4 files changed +38
-47
lines changed
Expand file tree Collapse file tree 4 files changed +38
-47
lines changed Original file line number Diff line number Diff line change 88 - beta
99 - master
1010
11- name : ' Test Plugin Jeedom'
11+ name : ' Full Workflows Plugin Jeedom'
1212
1313jobs :
14- codeLintGlobal :
15- uses : jeedom/workflows/.github/workflows/codeLintGlobal.yml@main
16- php73 :
17- uses : jeedom/workflows/.github/workflows/lint_Php73.yml@main
18- php74 :
19- uses : jeedom/workflows/.github/workflows/lint_Php74.yml@main
20- php :
21- uses : jeedom/workflows/.github/workflows/php.yml@main
14+ plugin :
15+ uses : jeedom/workflows/.github/workflows/pluginVersion.yml@main
Original file line number Diff line number Diff line change 11# Template de plugin pour Jeedom
22
3- Validation PHP Version (branche BETA) :
4-
5- ![ PHP 7.3] ( https://github.com/jeedom/plugin-template/actions/workflows/lint_Php73.yml/badge.svg?branch=beta )
6- ![ PHP 7.4] ( https://github.com/jeedom/plugin-template/actions/workflows/lint_Php74.yml/badge.svg?branch=beta )
7-
8- Validation Code int (branche BETA):
9-
10- ![ PHP] ( https://github.com/jeedom/plugin-template/actions/workflows/php.yml/badge.svg?branch=beta )
11- ![ PHP] ( https://github.com/jeedom/plugin-template/actions/workflows/codeLintGlobal.yml/badge.svg?branch=beta )
12-
13-
14- --------
15- Validation PHP Version (branche MASTER) :
16-
17- ![ PHP 7.3] ( https://github.com/jeedom/plugin-template/actions/workflows/lint_Php73.yml/badge.svg?branch=master )
18- ![ PHP 7.4] ( https://github.com/jeedom/plugin-template/actions/workflows/lint_Php74.yml/badge.svg?branch=master )
19-
20- Validation Code int (branche MASTER):
21-
22- ![ PHP] ( https://github.com/jeedom/plugin-template/actions/workflows/php.yml/badge.svg?branch=master )
23- ![ PHP] ( https://github.com/jeedom/plugin-template/actions/workflows/codeLintGlobal.yml/badge.svg?branch=master )
24-
253Ce "template de plugin" sert de base à la réalisation de plugins pour ** Jeedom** .
264
275La documentation générale relative à la conception de plugin est consultable [ ici] ( https://doc.jeedom.com/fr_FR/dev/ ) . Dans le détail :
@@ -34,3 +12,5 @@ La documentation générale relative à la conception de plugin est consultable
3412
3513---
3614Si vous créez une branch nommée prettier, le robot workflows fera une passe complete sur le code pour que le code soit le plus uniforme possible.
15+ ---
16+ test workflow en cours... for commit
Original file line number Diff line number Diff line change 1+ # Changelog plugin template - beta
2+
3+ # 19/01/2022
4+
5+ - Optimisations V4.2
6+
7+ # 20/11/2020
8+
9+ - Présentation officielle V4
10+ - Ajouts d'éléments d'informations et de paramètres pour les commandes
11+
12+ # 16/11/2020
13+
14+ - version minimale Jeedom: 3.3.39 (dernière MAJ critique)
15+
16+ # 04/11/2020
17+
18+ - Nouvelle présentation de la liste des objets
19+
20+ # 07/08/2020
21+
22+ - Ajout de commentaires
23+
24+ # 17/05/2020
25+
26+ - Mise à jour de la documentation
Original file line number Diff line number Diff line change 11{
2- "id" : " template" ,
3- "name" : " Template" ,
4- "specialAttributes" : {
5- "object" : {
6- "toto" : {
7- "name" : {
8- "fr_FR" : " Plop je suis un attribut spécial"
9- },
10- "type" : " input"
11- },
12- "toto2" : {
13- "name" : {
14- "fr_FR" : " Plop je suis un attribut spécial number"
15- },
16- "type" : " number"
17- }
2+ "id" : " template" ,
3+ "name" : " Template" ,
4+ "pluginVersion" : " 0.1" ,
5+ "specialAttributes" : {
6+ "object" : {
7+ "toto" : {"name" : {"fr_FR" : " Plop je suis un attribut spécial" },"type" : " input" },
8+ "toto2" : {"name" : {"fr_FR" : " Plop je suis un attribut spécial number" },"type" : " number" }
189 },
1910 "user" : {
2011 "toto" : {
You can’t perform that action at this time.
0 commit comments