iobroker-ucl 1.2.85 → 1.2.86

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.
@@ -770,7 +770,6 @@ export function loadHomematicDimmer(adapter: any) {
770
770
  ));
771
771
  }
772
772
 
773
-
774
773
  // @ts-ignore
775
774
  cacheDimmerArray.push(new HomematicDimmer(adapter,
776
775
  adapter.getState(datenpunktPraefix + "." + attributeRawID).val, // [0] Device-ID (z.B. 1 --> In der Anzeige wird daraus "H01")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.2.85",
3
+ "version": "1.2.86",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",