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 +1 -1
- package/shellyFunctions.js +1 -0
- package/shellyFunctions.ts +1 -0
package/package.json
CHANGED
package/shellyFunctions.js
CHANGED
@@ -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");
|
package/shellyFunctions.ts
CHANGED
@@ -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");
|