-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathio-package.json
138 lines (138 loc) · 3.61 KB
/
io-package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"common": {
"name": "judoisoft",
"version": "1.1.2",
"news": {
"1.1.2": {
"en": "corr some errors",
"de": "korrekt einige fehler",
"ru": "исправление ошибок",
"pt": "corrija alguns erros",
"nl": "enkele fouten te corrigeren",
"fr": "corriger certaines erreurs",
"it": "corr alcuni errori",
"es": "corr algunos errores",
"pl": "corr niektóre błędy",
"uk": "похибки",
"zh-cn": "错误"
},
"1.1.1": {
"en": "corr cloud connection",
"de": "corr cloud-verbindung",
"ru": "соединение облако",
"pt": "conexão de nuvem de corrimento",
"nl": "corr cloudverbinding",
"fr": "connexion cloud corr",
"it": "connessione cloud corr",
"es": "conexión de nube de corrido",
"pl": "corr cloud connection",
"uk": "хмарний зв'язок",
"zh-cn": "corr 云连接"
},
"1.1.0": {
"en": "switch to intervall",
"de": "wechsel in intervall",
"ru": "перейти к интервалу",
"pt": "mudar para intervalo",
"nl": "wisselen naar intervall",
"fr": "commutation à intervalles",
"it": "passare all'intervallo",
"es": "cambiar a intervalo",
"pl": "przełączać się",
"uk": "вимикач на інтервал",
"zh-cn": "a. 转换到间隔"
}
},
"title": "judoisoft",
"titleLang": {
"en": "judoisoft",
"de": "judoisoft",
"ru": "judoisoft",
"pt": "judoisoft",
"nl": "judoisoft",
"fr": "judoisoft",
"it": "judoisoft ",
"es": "judoisoft",
"pl": "judoisoft"
},
"desc": {
"en": "Manage yours judo i-soft",
"de": "Verwalte dein Judo i-soft",
"ru": "Управляй своим дзюдо i-soft",
"pt": "Administre o seu judô i-soft",
"nl": "Beheer de jouwe judo i-soft",
"fr": "Gérez le vôtre judo i-soft",
"it": "Gestisci il tuo judo i-soft",
"es": "Maneja el tuyo judo i-soft",
"pl": "Zarządzaj swoim judo i-soft",
"zh-cn": "管理您的柔道i-soft"
},
"authors": [
"arteck <[email protected]>"
],
"materialize": true,
"compact": true,
"license": "MIT",
"platform": "Javascript/Node.js",
"enabled": false,
"mode": "daemon",
"readme": "https://github.com/arteck/ioBroker.judoisoft/blob/master/README.md",
"loglevel": "info",
"restartAdapters": [
"judoisoft"
],
"keywords": [
"judo",
"isoft",
"judoisoft"
],
"icon": "judo.png",
"extIcon": "https://raw.githubusercontent.com/arteck/ioBroker.judoisoft/master/admin/judo.png",
"type": "household",
"singletonHost": false,
"logTransporter": true,
"main": "main.js",
"connectionType": "local",
"dataSource": "push",
"dependencies": [
{
"js-controller": ">=5.0.19"
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"interval": 300,
"ipaddress": "0.0.0.0",
"user": "user",
"password": ""
},
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}