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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.2.94",
3
+ "version": "1.2.95",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -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, deviceShellyLampeWeiss);
358
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellySteckdose);
359
359
  // alexaSmartNamesForOn:string[]
360
360
  var db_alexaSmartNamesForOn = null;
361
361
  alexaSmartNamesForOn.forEach(function (value) {
@@ -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, deviceShellyLampeWeiss);
396
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellySteckdose);
397
397
 
398
398
  // alexaSmartNamesForOn:string[]
399
399
  var db_alexaSmartNamesForOn = null;