iobroker-ucl 1.2.63 → 1.2.64

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.63",
3
+ "version": "1.2.64",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -263,7 +263,7 @@ function createShellyLampe(adapter, rawId, etage, raum, device, baseState, chann
263
263
  // Allgemein:
264
264
  createShellyDevice(adapter, rawId, etage, raum, device, baseState, deviceShellyLampeWeiss);
265
265
  // attributeChannel
266
- createDatenpunktSingle(adapter, rawId, attributeTypeString, attributeChannel, channel, deviceShellyLampeWeiss);
266
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellyLampeWeiss);
267
267
  // alexaSmartNamesForOn:string[]
268
268
  var db_alexaSmartNamesForOn = null;
269
269
  alexaSmartNamesForOn.forEach(function (value) {
@@ -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, attributeTypeString, attributeChannel, channel, deviceShellyLampeWeiss);
358
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellyLampeWeiss);
359
359
  // alexaSmartNamesForOn:string[]
360
360
  var db_alexaSmartNamesForOn = null;
361
361
  alexaSmartNamesForOn.forEach(function (value) {
@@ -295,7 +295,7 @@ export function createShellyLampe(adapter:any, rawId: number, etage: string, rau
295
295
  createShellyDevice(adapter, rawId, etage, raum, device, baseState, deviceShellyLampeWeiss);
296
296
 
297
297
  // attributeChannel
298
- createDatenpunktSingle(adapter, rawId, attributeTypeString, attributeChannel, channel, deviceShellyLampeWeiss);
298
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellyLampeWeiss);
299
299
 
300
300
  // alexaSmartNamesForOn:string[]
301
301
  var db_alexaSmartNamesForOn = null;
@@ -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, attributeTypeString, attributeChannel, channel, deviceShellyLampeWeiss);
396
+ createDatenpunktSingle(adapter, rawId, attributeTypeNumber, attributeChannel, channel, deviceShellyLampeWeiss);
397
397
 
398
398
  // alexaSmartNamesForOn:string[]
399
399
  var db_alexaSmartNamesForOn = null;