iobroker-ucl 1.1.35 → 1.1.36

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.1.35",
3
+ "version": "1.1.36",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -565,6 +565,7 @@ function loadShellyDimmer(adapter) {
565
565
  // @ts-ignore
566
566
  tasterSchemeArray.push(new ShellyDimmerTasterScheme(adapter.getState(datenpunktPraefix + "." + attributeDimmer_tasterScheme_name4).val, adapter.getState(datenpunktPraefix + "." + attributeDimmer_tasterScheme_level4).val));
567
567
  }
568
+ console.log(">>> Dimmer inside: " + datenpunktKey);
568
569
  // @ts-ignore
569
570
  cacheDimmerArray.push(new ShellyDimmer(adapter, adapter.getState(datenpunktPraefix + "." + attributeRawID).val, // [0] Device-ID (z.B. 1 --> In der Anzeige wird daraus "H01")
570
571
  adapter.getState(datenpunktPraefix + "." + attributeEtage).val, // [1] Etage/Bereich (z.B. EG)
@@ -643,6 +643,8 @@ export function loadShellyDimmer(adapter: any) {
643
643
  ));
644
644
  }
645
645
 
646
+ console.log(">>> Dimmer inside: " + datenpunktKey);
647
+
646
648
  // @ts-ignore
647
649
  cacheDimmerArray.push(new ShellyDimmer(adapter,
648
650
  adapter.getState(datenpunktPraefix + "." + attributeRawID).val, // [0] Device-ID (z.B. 1 --> In der Anzeige wird daraus "H01")