iobroker-ucl 1.2.89 → 1.2.90
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.js +0 -2
- package/homematicFunctions.ts +0 -2
- package/package.json +1 -1
package/homematicFunctions.js
CHANGED
@@ -236,7 +236,6 @@ function createHomeaticWandschalter(adapter, rawId, baseState, etage, raum, devi
|
|
236
236
|
}
|
237
237
|
});
|
238
238
|
createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_AlexaSmartNamesForOn, db_alexaSmartNamesForOn, deviceHomematicWandschalter);
|
239
|
-
adapter.log("Wandschalter Create 3");
|
240
239
|
// alexaActionNamesForOn:string[]
|
241
240
|
var db_alexaActionNamesForOn = null;
|
242
241
|
alexaActionNamesForOn.forEach(function (value) {
|
@@ -250,7 +249,6 @@ function createHomeaticWandschalter(adapter, rawId, baseState, etage, raum, devi
|
|
250
249
|
}
|
251
250
|
});
|
252
251
|
createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_AlexaActionNamesForOn, db_alexaActionNamesForOn, deviceHomematicWandschalter);
|
253
|
-
adapter.log("Wandschalter Create 4");
|
254
252
|
// alexaSmartNamesForOff:string[]
|
255
253
|
var db_alexaSmartNamesForOff = null;
|
256
254
|
alexaSmartNamesForOff.forEach(function (value) {
|
package/homematicFunctions.ts
CHANGED
@@ -259,7 +259,6 @@ export function createHomeaticWandschalter(adapter:any, rawId: number, baseState
|
|
259
259
|
}
|
260
260
|
});
|
261
261
|
createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_AlexaSmartNamesForOn, db_alexaSmartNamesForOn, deviceHomematicWandschalter);
|
262
|
-
adapter.log("Wandschalter Create 3");
|
263
262
|
|
264
263
|
// alexaActionNamesForOn:string[]
|
265
264
|
var db_alexaActionNamesForOn = null;
|
@@ -273,7 +272,6 @@ export function createHomeaticWandschalter(adapter:any, rawId: number, baseState
|
|
273
272
|
}
|
274
273
|
});
|
275
274
|
createDatenpunktSingle(adapter, rawId, attributeTypeString, attribute_AlexaActionNamesForOn, db_alexaActionNamesForOn, deviceHomematicWandschalter);
|
276
|
-
adapter.log("Wandschalter Create 4");
|
277
275
|
|
278
276
|
// alexaSmartNamesForOff:string[]
|
279
277
|
var db_alexaSmartNamesForOff = null;
|