You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/de_DE/index.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,6 @@ Hier finden Sie die Liste der Bestellungen :
59
59
-**Chronik** : ermöglicht das Historisieren der Daten.
60
60
-**Anzeige** : ermöglicht die Anzeige der Daten im Dashboard.
61
61
-**Ereignis** : Rückgabe im Falle von Ereignissen. Bei RFXcom muss dieses Kontrollkästchen immer aktiviert sein, da Sie ein RFXcom-Modul nicht abfragen können.
62
-
-**Memcache zulassen** : Erlauben Sie Jeedom, den Cache für den Wert zu verwenden (Standard 5 Minuten), bevor Sie das Skript erneut ausführen, um den Wert erneut abzurufen.
63
-
-**Lebenslanger Cache** : ermöglicht das Ändern der Lebensdauer des Caches (standardmäßig 5 Minuten).
64
62
65
63
> **Wichtig**
66
64
>
@@ -106,7 +104,7 @@ Ermöglicht die Wiederherstellung von json und die gezielte Suche nach einem Wer
106
104
107
105
Das Optionsfeld enthält ein Feld "JSON-Datei-URL"" : Dieses Feld enthält daher den Link zu dem Computer, auf dem sich die betreffende JSON-Datei befindet.
108
106
109
-
# HTTP-Beispiel : Eine Vera steuern
107
+
# Exemple HTTP : Eine Vera steuern
110
108
111
109
Das Beispiel basiert auf einer Vera und besteht aus dem Antreiben einer dimmbaren Glühbirne. Ich werde nicht näher darauf eingehen, wie eine Vera per http-Anfrage gesteuert werden kann. Das TLD-Forum ist voller Antworten. Außerdem entspricht das Beispiel meiner Materialart und muss an Ihre angepasst werden.
> Wenn Ihre Bestellung vom Nachrichtentyp ist, können Sie die Tags \ verwenden#message\# und \#title\#, Das Gleiche gilt für eine Farbbestellung mit dem Tag \#color\#, oder Schieberegler mit #slider# oder Liste mit #select#
156
154
157
-
# HTTP-Beispiel : Benachrichtigung an XBMC senden
155
+
# Exemple HTTP : Benachrichtigung an XBMC senden
158
156
159
157
Ziel : Senden Sie eine Benachrichtigung an XBMC, wenn Sie eine Vordertür öffnen.
160
158
@@ -183,7 +181,7 @@ Testen Sie ein Szenario *\ [AUSSEN \] \ [AUSSEN \] \ [TEMPERATUR \]* < 15 par
183
181
184
182
Aktion : Starten Sie das Skript über eine virtuelle Ausrüstung, die mit Ihrem Skript verknüpft ist !
185
183
186
-
# SCRIPT-Beispiel
184
+
# Exemple SCRIPT
187
185
188
186
Das Schönste, aber nicht das Einfachste zu erklären.
189
187
@@ -237,7 +235,7 @@ if (isset($argv)) {
237
235
}
238
236
````
239
237
240
-
# Einfaches XML-Beispiel
238
+
# Exemple XML simple
241
239
242
240
Hier ist das Format der Standard-XML :
243
241
@@ -254,7 +252,7 @@ Wenn Sie den Wert von led0 in der Abfrage haben möchten, geben Sie led0 ein. Si
254
252
255
253
Notez que l'élément racine <root> n'est pas à préciser dans le champ Petition.
256
254
257
-
# Komplexes XML-Beispiel
255
+
# Exemple XML complexe
258
256
259
257
````
260
258
<root>
@@ -272,7 +270,7 @@ Die Syntax lautet :
272
270
273
271
leds > 1 > led1 qui donne en réponse tata, 1 étant le numéro de rang du tableau !
@@ -324,7 +322,7 @@ Um zum nächsten "MyPar" -Block zu gelangen, müssen Sie daher den Index entspre
324
322
325
323
Achtung : Wenn sich die Reihenfolge in der XML-Datei ändert, funktioniert die Anforderung nicht mehr. Die Anforderung muss entsprechend der zurückgegebenen Bestellung angepasst werden.
326
324
327
-
# JSON-Beispiel
325
+
# Exemple JSON
328
326
329
327
Wie beim XML-Typ ist es möglich, Informationen aus einer JSON-Rückgabe zu lesen.
330
328
@@ -400,7 +398,7 @@ Nachteile :
400
398
- Mit dieser Methode kann jeweils nur ein Element wiederhergestellt werden.
401
399
- Wenn Sie alle Werte von "show\_name" zurückgeben möchten, ist dies leider nicht möglich. Sie müssen das Skript so oft wie nötig duplizieren.
402
400
403
-
# HTML-Beispiel
401
+
# Exemple HTML
404
402
405
403
Hier werden wir versuchen, die letzte FML abzurufen.
Copy file name to clipboardExpand all lines: docs/en_US/index.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,6 @@ Here you find the list of orders :
59
59
-**Historize** : allows to historize the data.
60
60
-**Pin up** : allows to display the data on the dashboard.
61
61
-**Event** : return in case of events. In the case of RFXcom this box must always be checked because you cannot interrogate an RFXcom module.
62
-
-**Allow memcache** : allow Jeedom to use cache for the value (default 5 min) before re-executing the script to get the value again.
63
-
-**Lifetime cache** : allows to modify the lifetime of the cache (by default 5 min).
64
62
65
63
> **Important**
66
64
>
@@ -106,7 +104,7 @@ Allows to recover json and to specifically look for a value in it.
106
104
107
105
The option field has a "JSON file URL" field" : this field therefore contains the link to the machine hosting the JSON file in question.
108
106
109
-
# HTTP example : Piloting a Vera
107
+
# Exemple HTTP : Piloting a Vera
110
108
111
109
The example is based on a Vera and consists of driving a dimmable bulb. I'm not going to dwell on how to control a Vera by http request, the TLD forum is full of answers. In addition, the example corresponds to my type of material and will have to be adapted to yours.
> If your order is of message type you can use the tags \#message\# and \#title\#, ditto for a color order with the tag \#color\#, or slider type with #slider# or list with #select#
156
154
157
-
# HTTP example : Send notification to XBMC
155
+
# Exemple HTTP : Send notification to XBMC
158
156
159
157
Goal : Send a notification to XBMC when opening a front door.
160
158
@@ -183,7 +181,7 @@ Test on a scenario *\ [OUTSIDE \] \ [OUTSIDE \] \ [TEMPERATURE \]* < 15 par e
183
181
184
182
Action : Launch the script, via virtual equipment, linked to your script !
185
183
186
-
# SCRIPT example
184
+
# Exemple SCRIPT
187
185
188
186
The nicest but not the easiest to explain.
189
187
@@ -237,7 +235,7 @@ if (isset($argv)) {
237
235
}
238
236
````
239
237
240
-
# Simple XML example
238
+
# Exemple XML simple
241
239
242
240
Here is the format of the standard xml :
243
241
@@ -254,7 +252,7 @@ If you want the value of led0 in query you put led0. Si vous voulez la valeur de
254
252
255
253
Notez que l'élément racine <root> n'est pas à préciser dans le champ Request.
256
254
257
-
# Complex XML example
255
+
# Exemple XML complexe
258
256
259
257
````
260
258
<root>
@@ -272,7 +270,7 @@ The syntax is :
272
270
273
271
leds > 1 > led1 qui donne en réponse tata, 1 étant le numéro de rang du tableau !
@@ -324,7 +322,7 @@ To move to the next "MyPar" block, you must therefore change the index according
324
322
325
323
Be careful : If the order changes in the XML file, the request no longer works. It will be necessary to readjust the request according to the returned order.
326
324
327
-
# JSON example
325
+
# Exemple JSON
328
326
329
327
Like the XML type, it is possible to read information from a JSON return.
330
328
@@ -400,7 +398,7 @@ Disadvantages :
400
398
- this method only allows to recover one element at a time.
401
399
- If you want to return all the values of "show\_name", this is unfortunately not possible, you will have to duplicate the script as many times as necessary.
Copy file name to clipboardExpand all lines: docs/es_ES/index.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,6 @@ Aquí encontrarás la lista de pedidos :
59
59
-**Guardar historial** : permite historizar los datos.
60
60
-**Mostrar** : permite mostrar los datos en el tablero.
61
61
-**Evento** : volver en caso de eventos. En el caso de RFXcom, esta casilla siempre debe estar marcada porque no puede interrogar a un módulo RFXcom.
62
-
-**Permitir memcache** : permitir que Jeedom use caché para el valor (predeterminado 5 min) antes de volver a ejecutar el script para obtener el valor nuevamente.
63
-
-**Caché de por vida** : permite modificar la vida útil del caché (por defecto 5 min).
64
62
65
63
> **Importante**
66
64
>
@@ -106,7 +104,7 @@ Permite recuperar json y buscar específicamente un valor en él.
106
104
107
105
El campo de opción tiene un campo "URL de archivo JSON"" : este campo, por lo tanto, contiene el enlace a la máquina que aloja el archivo JSON en cuestión.
108
106
109
-
# Ejemplo HTTP : Pilotando una Vera
107
+
# Exemple HTTP : Pilotando una Vera
110
108
111
109
El ejemplo se basa en una Vera y consiste en conducir una bombilla regulable. No me detendré en cómo controlar una Vera por solicitud http, el foro de TLD está lleno de respuestas. Además, el ejemplo corresponde a mi tipo de material y tendrá que adaptarse al suyo.
> Si su orden es del tipo de mensaje, puede usar las etiquetas \#message\# y \#title\#, lo mismo para un orden de color con la etiqueta \#color\#, o tipo deslizante con #slider# o lista con #select#
156
154
157
-
# Ejemplo HTTP : Enviar notificación a XBMC
155
+
# Exemple HTTP : Enviar notificación a XBMC
158
156
159
157
Objetivo : Enviar una notificación a XBMC al abrir una puerta principal.
160
158
@@ -183,7 +181,7 @@ Prueba en un escenario *\ [FUERA \] \ [FUERA \] \ [TEMPERATURA \]* < 15 par e
183
181
184
182
Acción : Inicie el script, a través de un equipo virtual, vinculado a su script !
185
183
186
-
# Ejemplo SCRIPT
184
+
# Exemple SCRIPT
187
185
188
186
El más bonito pero no el más fácil de explicar.
189
187
@@ -237,7 +235,7 @@ if (isset($argv)) {
237
235
}
238
236
````
239
237
240
-
# Ejemplo XML simple
238
+
# Exemple XML simple
241
239
242
240
Aquí está el formato del xml estándar :
243
241
@@ -254,7 +252,7 @@ Si desea el valor de led0 en la consulta, coloque led0. Si vous voulez la valeur
254
252
255
253
Notez que l'élément racine <root> n'est pas à préciser dans le champ Petición.
256
254
257
-
# Ejemplo complejo de XML
255
+
# Exemple XML complexe
258
256
259
257
````
260
258
<root>
@@ -272,7 +270,7 @@ La sintaxis es :
272
270
273
271
leds > 1 > led1 qui donne en réponse tata, 1 étant le numéro de rang du tableau !
@@ -324,7 +322,7 @@ Para pasar al siguiente bloque "MyPar", debe cambiar el índice en consecuencia
324
322
325
323
Atención : Si el orden cambia en el archivo XML, la solicitud ya no funciona. Será necesario reajustar la solicitud de acuerdo con el pedido devuelto.
326
324
327
-
# Ejemplo JSON
325
+
# Exemple JSON
328
326
329
327
Al igual que el tipo XML, es posible leer información de un retorno JSON.
330
328
@@ -400,7 +398,7 @@ Desventajas :
400
398
- este método solo permite recuperar un elemento a la vez.
401
399
- Si desea devolver todos los valores de "show\_name", lamentablemente esto no es posible, tendrá que duplicar el script tantas veces como sea necesario.
Copy file name to clipboardExpand all lines: docs/fr_FR/index.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,6 @@ Vous retrouvez ici la liste des commandes :
59
59
-**historiser** : permet d’historiser la donnée.
60
60
-**afficher** : permet d’afficher la donnée sur le dashboard.
61
61
-**évènement** : retour en cas d’évènements. Dans le cas du RFXcom cette case doit toujours être cochée car on ne peut pas interroger un module RFXcom.
62
-
-**Autoriser memcache** : autorise Jeedom à utiliser du cache pour la valeur (par défaut 5 min) avant de réexécuter le script pour avoir à nouveau la valeur.
63
-
-**Lifetime cache** : permet de modifier la durée de vie du cache (par défaut 5 min).
0 commit comments