iobroker-ucl 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -133,7 +133,7 @@ function createZigbeeFenstersensor(adapter, rawId, baseState, etage, raum, devic
133
133
  setTimeout(function () {
134
134
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeFenstersensor);
135
135
  cacheFenstersensorenArray = null;
136
- }, 200);
136
+ }, 15000);
137
137
  }
138
138
  exports.createZigbeeFenstersensor = createZigbeeFenstersensor;
139
139
  // Repeater:
@@ -149,7 +149,7 @@ function createZigbeeRepeater(adapter, rawId, baseState, etage, raum, device) {
149
149
  setTimeout(function () {
150
150
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeRepeater);
151
151
  cacheRepeaterArray = null;
152
- }, 200);
152
+ }, 15000);
153
153
  }
154
154
  exports.createZigbeeRepeater = createZigbeeRepeater;
155
155
  // Schalter:
@@ -165,7 +165,7 @@ function createZigbeeSchalter(adapter, rawId, baseState, etage, raum, device) {
165
165
  setTimeout(function () {
166
166
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeSchalter);
167
167
  cacheSchalterArray = null;
168
- }, 200);
168
+ }, 15000);
169
169
  }
170
170
  exports.createZigbeeSchalter = createZigbeeSchalter;
171
171
  // Wandtaster:
@@ -181,7 +181,7 @@ function createZigbeeWandtaster(adapter, rawId, baseState, etage, raum, device)
181
181
  setTimeout(function () {
182
182
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeWandtaster);
183
183
  cacheWandtasterArray = null;
184
- }, 200);
184
+ }, 15000);
185
185
  }
186
186
  exports.createZigbeeWandtaster = createZigbeeWandtaster;
187
187
  // Rauchmelder:
@@ -197,7 +197,7 @@ function createZigbeeRauchmelder(adapter, rawId, baseState, etage, raum, device)
197
197
  setTimeout(function () {
198
198
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeRauchmelder);
199
199
  cacheRauchmelderArray = null;
200
- }, 200);
200
+ }, 15000);
201
201
  }
202
202
  exports.createZigbeeRauchmelder = createZigbeeRauchmelder;
203
203
  // Bewegungsmelder:
@@ -213,7 +213,7 @@ function createZigbeeBewegungsmelder(adapter, rawId, baseState, etage, raum, dev
213
213
  setTimeout(function () {
214
214
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeBewegungsmelder);
215
215
  cacheBewegungsmelderArray = null;
216
- }, 200);
216
+ }, 15000);
217
217
  }
218
218
  exports.createZigbeeBewegungsmelder = createZigbeeBewegungsmelder;
219
219
  // Dosenrelais:
@@ -243,7 +243,7 @@ function createZigbeeDosenrelais(adapter, rawId, baseState, etage, raum, device,
243
243
  });
244
244
  createDatenpunktSingle(adapter, rawId, attributeTypeString, attributeDosenrelais_smartNames, db_smartNames, deviceZigbeeDosenrelais);
245
245
  cacheDosenrelaisArray = null;
246
- }, 200);
246
+ }, 15000);
247
247
  }
248
248
  exports.createZigbeeDosenrelais = createZigbeeDosenrelais;
249
249
  // Steckdose:
@@ -338,7 +338,7 @@ function createZigbeeSteckdose(adapter, rawId, baseState, etage, raum, device, a
338
338
  });
339
339
  createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_TasterBooleanOff, db_additionalStates4TurnOff, deviceZigbeeSteckdose);
340
340
  cacheSteckdosenArray = null;
341
- }, 200);
341
+ }, 15000);
342
342
  }
343
343
  exports.createZigbeeSteckdose = createZigbeeSteckdose;
344
344
  // LampeWeiss:
@@ -543,7 +543,7 @@ function createZigbeeLampeWeiss(adapter, rawId, baseState, etage, raum, device,
543
543
  createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeLampWeiss_ColorSchemes_Weiss4_ct, null, deviceZigbeeLampeWeiss);*/
544
544
  }
545
545
  cacheLampenWeissArray = null;
546
- }, 200);
546
+ }, 15000);
547
547
  }
548
548
  exports.createZigbeeLampeWeiss = createZigbeeLampeWeiss;
549
549
  // LampeRGB:
@@ -796,7 +796,7 @@ function createZigbeeLampeRGB(adapter, rawId, baseState, etage, raum, device, is
796
796
  createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeRGBLamp_ColorSchemes_Weiss4_ct, null, category);*/
797
797
  }
798
798
  cacheLampenRGBArray = null;
799
- }, 200);
799
+ }, 15000);
800
800
  }
801
801
  exports.createZigbeeLampeRGB = createZigbeeLampeRGB;
802
802
  function createDatenpunktSingle(adapter, deviceRawId, attributeType, attributeName, attributeValue, category) {
@@ -159,7 +159,7 @@ export function createZigbeeFenstersensor(adapter:any, rawId: number, baseState:
159
159
  setTimeout(function() {
160
160
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeFenstersensor);
161
161
  cacheFenstersensorenArray = null;
162
- }, 200);
162
+ }, 15000);
163
163
  }
164
164
 
165
165
  // Repeater:
@@ -177,7 +177,7 @@ export function createZigbeeRepeater(adapter:any, rawId: number, baseState: stri
177
177
  setTimeout(function() {
178
178
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeRepeater);
179
179
  cacheRepeaterArray = null;
180
- }, 200);
180
+ }, 15000);
181
181
  }
182
182
 
183
183
  // Schalter:
@@ -195,7 +195,7 @@ export function createZigbeeSchalter(adapter:any, rawId: number, baseState: stri
195
195
  setTimeout(function() {
196
196
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeSchalter);
197
197
  cacheSchalterArray = null;
198
- }, 200);
198
+ }, 15000);
199
199
  }
200
200
 
201
201
  // Wandtaster:
@@ -213,7 +213,7 @@ export function createZigbeeWandtaster(adapter:any, rawId: number, baseState: st
213
213
  setTimeout(function() {
214
214
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeWandtaster);
215
215
  cacheWandtasterArray = null;
216
- }, 200);
216
+ }, 15000);
217
217
  }
218
218
 
219
219
  // Rauchmelder:
@@ -231,7 +231,7 @@ export function createZigbeeRauchmelder(adapter:any, rawId: number, baseState: s
231
231
  setTimeout(function() {
232
232
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeRauchmelder);
233
233
  cacheRauchmelderArray = null;
234
- }, 200);
234
+ }, 15000);
235
235
  }
236
236
 
237
237
  // Bewegungsmelder:
@@ -249,7 +249,7 @@ export function createZigbeeBewegungsmelder(adapter:any, rawId: number, baseStat
249
249
  setTimeout(function() {
250
250
  createZigbeeDevice(adapter, rawId, baseState, etage, raum, device, deviceZigbeeBewegungsmelder);
251
251
  cacheBewegungsmelderArray = null;
252
- }, 200);
252
+ }, 15000);
253
253
  }
254
254
 
255
255
  // Dosenrelais:
@@ -281,7 +281,7 @@ export function createZigbeeDosenrelais(adapter:any, rawId: number, baseState: s
281
281
  });
282
282
  createDatenpunktSingle(adapter, rawId, attributeTypeString, attributeDosenrelais_smartNames, db_smartNames, deviceZigbeeDosenrelais);
283
283
  cacheDosenrelaisArray = null;
284
- }, 200);
284
+ }, 15000);
285
285
  }
286
286
 
287
287
  // Steckdose:
@@ -381,7 +381,7 @@ export function createZigbeeSteckdose(adapter:any, rawId: number, baseState: str
381
381
  createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_TasterBooleanOff, db_additionalStates4TurnOff, deviceZigbeeSteckdose);
382
382
  cacheSteckdosenArray = null;
383
383
 
384
- }, 200);
384
+ }, 15000);
385
385
  }
386
386
 
387
387
  // LampeWeiss:
@@ -598,7 +598,7 @@ export function createZigbeeLampeWeiss(adapter:any, rawId: number, baseState: st
598
598
  }
599
599
  cacheLampenWeissArray = null;
600
600
 
601
- }, 200);
601
+ }, 15000);
602
602
 
603
603
  }
604
604
 
@@ -863,7 +863,7 @@ export function createZigbeeLampeRGB(adapter:any, rawId: number, baseState: stri
863
863
  createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeRGBLamp_ColorSchemes_Weiss4_ct, null, category);*/
864
864
  }
865
865
  cacheLampenRGBArray = null;
866
- }, 200);
866
+ }, 15000);
867
867
  }
868
868
 
869
869
  function createDatenpunktSingle(adapter:any, deviceRawId, attributeType, attributeName, attributeValue, category:string) {