-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
io-package.json
150 lines (150 loc) · 3.79 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
139
140
141
142
143
144
145
146
147
148
149
150
{
"common": {
"name": "judoisoft",
"version": "1.1.1",
"news": {
"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. 转换到间隔"
},
"1.0.15": {
"en": "new error handling",
"de": "new error handling",
"ru": "new error handling"
},
"1.0.9": {
"en": "js-controller",
"de": "js-controller",
"ru": "js-controller"
},
"1.0.7": {
"en": "corr psw save method",
"de": "corr psw save method",
"ru": "corr psw save method"
},
"1.0.6": {
"en": "new cloud corr",
"de": "new cloud corr",
"ru": "new cloud corr"
},
"1.0.5": {
"en": "new cloud access",
"de": "new cloud access",
"ru": "new cloud access"
}
},
"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": ">=3.1.0"
}
]
},
"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": {}
}
]
}