-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinfo.json
More file actions
46 lines (46 loc) · 2.72 KB
/
info.json
File metadata and controls
46 lines (46 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"id": "script",
"description": {
"fr_FR": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom",
"en_US": "Plugin adding scripting support in Jeedom. Scripts are programs in Python \/ PHP \/ Shell \/ Ruby etc ... which allow you to add functions to Jeedom",
"es_ES": "Complemento que agrega compatibilidad con scripts en Jeedom. Los scripts son programas en Python \/ PHP \/ Shell \/ Ruby, etc., que le permiten agregar funciones a Jeedom",
"de_DE": "Plugin zur Unterstützung von Skripten in Jeedom. Skripte sind Programme in Python \/ PHP \/ Shell \/ Ruby usw., mit denen Sie Jeedom Funktionen hinzufügen können",
"pt_PT": "Plugin adicionando suporte a scripts no Jeedom. Scripts são programas em Python \/ PHP \/ Shell \/ Ruby, etc ... que permitem adicionar funções ao Jeedom",
"ru_RU": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom",
"id_ID": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom",
"it_IT": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom",
"ja_JP": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom",
"tr": "Plugin ajoutant le support des scripts dans Jeedom. Les scripts sont des programmes en Python\/PHP\/Shell\/Ruby etc... qui permettent d'ajouter des fonctions à Jeedom"
},
"name": "Script",
"licence": "AGPL",
"author": "Jeedom SAS",
"require": "4.4",
"hasDependency": true,
"category": "programming",
"changelog": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/changelog",
"documentation": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/",
"language": [
"fr_FR",
"en_US",
"es_ES",
"de_DE",
"ru_RU",
"id_ID",
"it_IT",
"ja_JP",
"pt_PT",
"tr"
],
"compatibility": [
"miniplus",
"smart",
"rpi",
"docker",
"diy",
"mobile",
"v4"
],
"changelog_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/beta\/changelog",
"documentation_beta": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/beta"
}