iobroker-ucl 1.2.71 → 1.2.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -513,6 +513,7 @@ var cacheDimmerArray = null;
513
513
  function loadShellyDimmer(adapter) {
514
514
  adapter.log("loadShelly Modul inside");
515
515
  if (cacheDimmerArray != null) {
516
+ adapter.log("loadShelly Modul inside_b_ääääääääääääääääää");
516
517
  return cacheDimmerArray;
517
518
  }
518
519
  adapter.log("loadShelly Modul inside_b");
@@ -556,6 +556,7 @@ var cacheDimmerArray = null;
556
556
  export function loadShellyDimmer(adapter: any) {
557
557
  adapter.log("loadShelly Modul inside");
558
558
  if (cacheDimmerArray != null) {
559
+ adapter.log("loadShelly Modul inside_b_ääääääääääääääääää");
559
560
  return cacheDimmerArray;
560
561
  }
561
562
  adapter.log("loadShelly Modul inside_b");