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-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Plugin zum Ausführen von Skripten (Shell, PHP, Ruby…) und http-Anforderungen
6
6
7
7
Die Konfiguration ist sehr einfach. Nach dem Herunterladen des Plugins müssen Sie es nur noch aktivieren und fertig.
8
8
9
-

9
+

10
10
11
11
Die einzige Möglichkeit besteht darin, dass jeedom die Skripte standardmäßig ablegt. Es wird empfohlen, sie nicht zu berühren.
12
12
@@ -16,11 +16,11 @@ Auf die Konfiguration der Skriptausrüstung kann über das Plugin / Programmierm
16
16
17
17
So sieht die Script-Plugin-Seite aus (hier bereits mit Ausrüstung) :
18
18
19
-

19
+

20
20
21
21
Hier ist die Liste Ihrer Skripte. Sobald Sie auf ein Gerät klicken, erhalten Sie :
22
22
23
-

23
+

24
24
25
25
Hier finden Sie die gesamte Konfiguration Ihrer Geräte :
26
26
@@ -32,7 +32,7 @@ Hier finden Sie die gesamte Konfiguration Ihrer Geräte :
32
32
-**Selbstverwirklichung** : Ermöglicht die Angabe eines Cron für die automatische Aktualisierung aller Befehle vom Typ "Info".
33
33
-**Verzögerung vor dem Aktualisieren der Informationen nach einer Aktion**
34
34
35
-

35
+

36
36
Hier finden Sie die Liste der Bestellungen :
37
37
38
38
-**Name** : Dieses Feld enthält den Namen, den Sie Ihrer Bestellung / Information geben möchten.
@@ -66,7 +66,7 @@ Hier finden Sie die Liste der Bestellungen :
66
66
>
67
67
> Sonderzeichen sollten im Skriptpfad oder in seinen Parametern so weit wie möglich vermieden werden. Die erlaubten Zeichen sind : Zahlen, Buchstaben (Groß- oder Kleinschreibung)
68
68
69
-

69
+

70
70
71
71
Wird verwendet, um eine URL aufzurufen oder die Rückgabe einer URL abzurufen.
72
72
@@ -100,7 +100,7 @@ Das Optionsfeld enthält das Feld "URL der XML-Datei"" : Dieses Feld enthält da
100
100
101
101
# Die JSON-Wahl
102
102
103
-

103
+

104
104
105
105
Ermöglicht die Wiederherstellung von json und die gezielte Suche nach einem Wert darin.
106
106
@@ -410,13 +410,13 @@ Zuerst müssen Sie die URL konfigurieren :
410
410
411
411
Dann müssen Sie den "Pfad" der letzten FML finden. Gehen Sie dazu zur Website, klicken Sie mit der rechten Maustaste auf den gewünschten Artikel und überprüfen Sie den Artikel, den Sie erhalten :
412
412
413
-

413
+

414
414
415
415
Dies ist der komplexeste Teil und erfordert eine kleine Analyse. Hier befindet sich mein Text in einem "a" -Tag, das sich in einem Element vom Typ p befindet, das ein Post-Artikel der Klasse div ist". Also muss ich das erste div-Element der Klasse "post" und "article" auswählen, dann das erste Element p und ich bekomme alles in den darin enthaltenen "a" -Tags. Also habe ich : "div.post.article:erste p:zuerst a".
416
416
417
417
Also bekommen wir :
418
418
419
-

419
+

420
420
421
421
Für ein Update in Echtzeit ist es möglich, ein Update zu erstellen.
Copy file name to clipboardExpand all lines: docs/en_US/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Plugin allowing to execute scripts (shell, php, ruby…), http requests, to retr
6
6
7
7
The configuration is very simple, after downloading the plugin, you just need to activate it and that's it.
8
8
9
-

9
+

10
10
11
11
The only option is where jeedom puts the scripts by default, it is advised not to touch them.
12
12
@@ -16,11 +16,11 @@ The configuration of Script equipment is accessible from the plugin / Programmin
16
16
17
17
This is what the Script plugin page looks like (here already with equipment) :
18
18
19
-

19
+

20
20
21
21
Here is the list of your Scripts. Once you click on a piece of equipment you get :
22
22
23
-

23
+

24
24
25
25
Here you find all the configuration of your equipment :
26
26
@@ -32,7 +32,7 @@ Here you find all the configuration of your equipment :
32
32
-**Self-actualization** : allows to specify an automatic update cron for all info type commands.
33
33
-**Delay before updating the information following an action**
34
34
35
-

35
+

36
36
Here you find the list of orders :
37
37
38
38
-**Name** : This field contains the name you want to give to your order / information.
@@ -66,7 +66,7 @@ Here you find the list of orders :
66
66
>
67
67
> Special characters should be avoided in the script path or in its parameters as much as possible. The allowed characters being : numbers, letters (upper or lower case)
68
68
69
-

69
+

70
70
71
71
Used to call a url or retrieve the return of a URL.
72
72
@@ -100,7 +100,7 @@ The option field has a "URL of the XML file" field" : this field therefore conta
100
100
101
101
# The JSON choice
102
102
103
-

103
+

104
104
105
105
Allows to recover json and to specifically look for a value in it.
106
106
@@ -410,13 +410,13 @@ First you need to configure the url :
410
410
411
411
Then you have to find the "path" of the last FML. To do this, go to the site then right click on the desired item then inspect the item, you get :
412
412
413
-

413
+

414
414
415
415
This is the most complex part and requires a little analysis. Here my text is in an "a" tag which is in a p type element which is a class div "post article". So I have to select the first div element of class "post" and "article" then the first element p and I get everything in the "a" tags it contains. So I have : "div.post.article:first p:first a".
416
416
417
417
So we get :
418
418
419
-

419
+

420
420
421
421
For an update in real time, it is possible to put an update cron.
Copy file name to clipboardExpand all lines: docs/es_ES/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Complemento que permite ejecutar scripts (shell, php, ruby ...), solicitudes htt
6
6
7
7
La configuración es muy simple, después de descargar el complemento, solo necesita activarlo y listo.
8
8
9
-

9
+

10
10
11
11
La única opción es donde jeedom pone los scripts por defecto, se recomienda no tocarlos.
12
12
@@ -16,11 +16,11 @@ Se puede acceder a la configuración del equipo Script desde el menú de complem
16
16
17
17
Así es como se ve la página del complemento Script (aquí ya con el equipo) :
18
18
19
-

19
+

20
20
21
21
Aquí está la lista de sus guiones. Una vez que haces clic en un equipo, obtienes :
22
22
23
-

23
+

24
24
25
25
Aquí encontrarás toda la configuración de tu equipo :
26
26
@@ -32,7 +32,7 @@ Aquí encontrarás toda la configuración de tu equipo :
32
32
-**Autorrealización** : permite especificar un cron de actualización automática para todos los comandos de tipo de información.
33
33
-**Demora antes de actualizar la información después de una acción**
34
34
35
-

35
+

36
36
Aquí encontrarás la lista de pedidos :
37
37
38
38
-**Nombre** : Este campo contiene el nombre que desea dar a su pedido / información.
@@ -66,7 +66,7 @@ Aquí encontrarás la lista de pedidos :
66
66
>
67
67
> Se deben evitar los caracteres especiales en la ruta del script o en sus parámetros tanto como sea posible. Los caracteres permitidos son : números, letras (mayúsculas o minúsculas)
68
68
69
-

69
+

70
70
71
71
Se usa para llamar a una URL o recuperar el retorno de una URL.
72
72
@@ -100,7 +100,7 @@ El campo de opción tiene un campo "URL del archivo XML"" : este campo contiene
100
100
101
101
# La elección de JSON
102
102
103
-

103
+

104
104
105
105
Permite recuperar json y buscar específicamente un valor en él.
106
106
@@ -410,13 +410,13 @@ Primero necesitas configurar la url :
410
410
411
411
Entonces tienes que encontrar el "camino" de la última FML. Para hacer esto, vaya al sitio, luego haga clic derecho en el elemento deseado y luego inspeccione el elemento, obtendrá :
412
412
413
-

413
+

414
414
415
415
Esta es la parte más compleja y requiere un pequeño análisis. Aquí mi texto está en una etiqueta "a" que está en un elemento de tipo p que es un artículo de publicación de clase div "". Así que tengo que seleccionar el primer elemento div de la clase "post" y "article", luego el primer elemento p y obtengo todo en las etiquetas "a" que contiene. Entonces tengo : "div.post.article:primero p:primero un".
416
416
417
417
Entonces obtenemos :
418
418
419
-

419
+

420
420
421
421
Para una actualización en tiempo real, es posible poner una actualización cron.
Copy file name to clipboardExpand all lines: docs/pt_PT/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Plugin que permite executar scripts (shell, php, ruby ...), solicitações http,
6
6
7
7
A configuração é muito simples, depois de baixar o plugin, você só precisa ativá-lo e pronto.
8
8
9
-

9
+

10
10
11
11
A única opção é onde o jeedom coloca os scripts por padrão; é aconselhável não tocá-los.
12
12
@@ -16,11 +16,11 @@ A configuração do equipamento Script pode ser acessada no menu plugin / progra
16
16
17
17
É assim que a página do plugin Script se parece (aqui já com o equipamento) :
18
18
19
-

19
+

20
20
21
21
Aqui está a lista dos seus scripts. Depois de clicar em um equipamento, você obtém :
22
22
23
-

23
+

24
24
25
25
Aqui você encontra toda a configuração do seu equipamento :
26
26
@@ -32,7 +32,7 @@ Aqui você encontra toda a configuração do seu equipamento :
32
32
-**Atualização automática** : permite especificar um cron de atualização automática para todos os comandos do tipo de informação.
33
33
-**Atraso antes de atualizar as informações após uma ação**
34
34
35
-

35
+

36
36
Aqui você encontra a lista de pedidos :
37
37
38
38
-**Nome** : Este campo contém o nome que você deseja dar ao seu pedido / informações.
@@ -66,7 +66,7 @@ Aqui você encontra a lista de pedidos :
66
66
>
67
67
> Caracteres especiais devem ser evitados no caminho do script ou em seus parâmetros, tanto quanto possível. Os caracteres permitidos sendo : números, letras (maiúsculas ou minúsculas)
68
68
69
-

69
+

70
70
71
71
Usado para chamar um URL ou recuperar o retorno de um URL.
72
72
@@ -100,7 +100,7 @@ O campo de opção possui um campo "URL do arquivo XML"" : portanto, este campo
100
100
101
101
# A escolha JSON
102
102
103
-

103
+

104
104
105
105
Permite recuperar json e procurar especificamente um valor nele.
106
106
@@ -410,13 +410,13 @@ Primeiro você precisa configurar o URL :
410
410
411
411
Então você tem que encontrar o "caminho" do último FML. Para fazer isso, acesse o site e clique com o botão direito do mouse no item desejado e depois inspecione o item :
412
412
413
-

413
+

414
414
415
415
Esta é a parte mais complexa e requer um pouco de análise. Aqui meu texto está em uma tag "a" que está em um elemento do tipo p que é uma classe div "post article". Então, eu tenho que selecionar o primeiro elemento div da classe "post" e "article", depois o primeiro elemento pe obteremos tudo nas tags "a" que ele contém. Então eu tenho : "div.post.article:primeiro p:primeiro a".
416
416
417
417
Então nós temos :
418
418
419
-

419
+

420
420
421
421
Para uma atualização em tempo real, é possível colocar um cron de atualização.
0 commit comments