iobroker-ucl 1.2.94 → 1.2.95
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 -1
- package/shellyFunctions.ts +1 -1
package/package.json
CHANGED
package/shellyFunctions.js
CHANGED
@@ -355,7 +355,7 @@ function createShellySteckdose(adapter, rawId, etage, raum, device, baseState, c
|
|
355
355
|
// Allgemein:
|
356
356
|
createShellyDevice(adapter, rawId, etage, raum, device, baseState, deviceShellySteckdose);
|
357
357
|
// attributeChannel
|
358
|
-
createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel,
|
358
|
+
createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellySteckdose);
|
359
359
|
// alexaSmartNamesForOn:string[]
|
360
360
|
var db_alexaSmartNamesForOn = null;
|
361
361
|
alexaSmartNamesForOn.forEach(function (value) {
|
package/shellyFunctions.ts
CHANGED
@@ -393,7 +393,7 @@ export function createShellySteckdose(adapter:any, rawId: number, etage: string,
|
|
393
393
|
createShellyDevice(adapter, rawId, etage, raum, device, baseState, deviceShellySteckdose);
|
394
394
|
|
395
395
|
// attributeChannel
|
396
|
-
createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel,
|
396
|
+
createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellySteckdose);
|
397
397
|
|
398
398
|
// alexaSmartNamesForOn:string[]
|
399
399
|
var db_alexaSmartNamesForOn = null;
|