Skip to content

Commit 353039f

Browse files
authored
Merge pull request #65 from jeedom/beta
Beta
2 parents 3390225 + ea119ce commit 353039f

File tree

4 files changed

+38
-47
lines changed

4 files changed

+38
-47
lines changed

.github/workflows/work.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@ on:
88
- beta
99
- master
1010

11-
name : 'Test Plugin Jeedom'
11+
name : 'Full Workflows Plugin Jeedom'
1212

1313
jobs:
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

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
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-
253
Ce "template de plugin" sert de base à la réalisation de plugins pour **Jeedom**.
264

275
La 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
---
3614
Si 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

docs/fr_FR/changelog_beta.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

plugin_info/info.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
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": {

0 commit comments

Comments
 (0)