-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from jmz84/beta
TTS improvements
- Loading branch information
Showing
66 changed files
with
6,089 additions
and
1,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Jeedom-JPI | ||
Plugin pour le pilotage de l'application android Jeedom Paw Interface de Djul | ||
Plugin pour le pilotage de l'application android Jeedom Paw Interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
* Version 1.01 (version en cours) | ||
** Correction des coquilles | ||
** Amélioration de l'utilisatin du broadcast TTS | ||
** Création documentation | ||
* Version 1.0 (version market 2017-03-16 22:01:25) | ||
** Plugin initial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= Onglet équipement | ||
|
||
** *Adresse IP :* adresse IP de l'équipement JPI | ||
** *Port :* port de connexon de l'équipement JPI | ||
|
||
image::../images/Equipement.png[] | ||
|
||
= Onglet équipement | ||
|
||
Aucune commande n'est créé automatiquement, il faut donc, en fonction des besoins, créer les commandes à l'aide du boutons *Ajouter une commande JPI* qui se situe en haut à droite de l'écran. | ||
|
||
** *Partie n°1 :* Nom de la commande | ||
** *Partie n°2 :* Menu déroulant pour choir une fonction JPI | ||
** *Partie n°3 :* champ dynamique qui change en fonction de la commande choisie (paramètre 1 : langue, caméra, volume ou numéro de téléphone, etc.) | ||
** *Partie n°4 :* champ dynamique qui change en fonction de la commande choisie (paramètre 2 : résolution caméra, média, etc.) | ||
|
||
image::../images/Commandes.png[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
===== Pourquoi est-ce que j'ai eu une roue crantée lors de l'édition d'un device JPI ? | ||
Le plugin fait une requete sur le device JPI pour récupérer les langues installées. Cela génère une roue crantée pendant quelques secondes, mais n'affecte en rien les performances de votre jeedom. | ||
|
||
|
||
===== Pourquoi le plugin ne detecte aucune langue ? | ||
Il faut vérifier les informations de connexion (adresse/port). | ||
|
||
|
||
===== Est-ce que le plugin est compatible HTTPS ? | ||
Non pas pour le moment. | ||
|
||
|
||
===== Pourquoi le TTS ne fonctionne pas ? | ||
Il faut bien renseigner le champ Broadcast [Activé/active] ou [Désactivé/désactivé] | ||
|
||
|
||
|
||
===== Comment contrôler les requêtes envoyées au(x) périphérique(s) JPI ? | ||
Il faut configuré la journalisation du plugin sur INFO et les logs seront contenus dans le journal JPI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
:icons: | ||
== Template | ||
= Plugin Jeedom Paw Interface | ||
|
||
=== Description | ||
Plugin servant de base pour les plugins. | ||
Attention lors de l'utilisation à bien remplacer tous les templates par l'id de votre plugin. | ||
|
||
''' | ||
=== Création plugin partie 1 : l'arborescence | ||
include::partie_1.asciidoc[] | ||
Plugin pour le pilotage de l'application android Jeedom Paw Interface. | ||
|
||
''' | ||
=== Création plugin partie 2 : plugin info | ||
include::partie_2.asciidoc[] | ||
=== Présentation | ||
include::presentation.asciidoc[] | ||
|
||
''' | ||
=== Création plugin partie 3 : dossier desktop | ||
include::partie_3.asciidoc[] | ||
=== Configuration | ||
include::configuration.asciidoc[] | ||
|
||
''' | ||
=== Création plugin partie 4 : dossier core | ||
include::partie_4.asciidoc[] | ||
=== Cas d’utilisation | ||
include::utilisation.asciidoc[] | ||
|
||
''' | ||
=== FAQ | ||
include::faq.asciidoc[] | ||
include::faq.asciidoc[] | ||
|
||
''' | ||
=== Changelog | ||
include::changelog.asciidoc[] |
Oops, something went wrong.