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