iobroker-ucl 1.1.58 → 1.1.60

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.1.58",
3
+ "version": "1.1.60",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
package/shellyClasses.js CHANGED
@@ -373,8 +373,8 @@ var ShellyDimmer = /** @class */ (function (_super) {
373
373
  __extends(ShellyDimmer, _super);
374
374
  function ShellyDimmer(adapter, id, etage, raum, device, baseState, alexaSmartNamesForOn, alexaActionNamesForOn, alexaLevelSchemeForOn, alexaSmartNamesForOff, alexaActionNamesForOff, levelSchemes, tasterBooleanOn, tasterBooleanOff, nachtbeleuchtung, turnOffExitHouseSummer, turnOffExitHouseWinter, turnOnEnterHouseSummer, turnOnEnterHouseWinter) {
375
375
  var _this = _super.call(this, adapter, id, etage, raum, device, baseState) || this;
376
- adapter.log("here: " + alexaLevelSchemeForOn);
377
- adapter.log("here: " + alexaLevelSchemeForOn.getAlexaName());
376
+ adapter.log("here:1 " + alexaLevelSchemeForOn);
377
+ adapter.log("here:2 " + alexaLevelSchemeForOn.getAlexaName());
378
378
  _this.alexaSmartNamesForOn = alexaSmartNamesForOn;
379
379
  _this.alexaSmartNamesForOff = alexaSmartNamesForOff;
380
380
  _this.alexaActionNamesForOn = alexaActionNamesForOn;
package/shellyClasses.ts CHANGED
@@ -445,8 +445,8 @@ export class ShellyDimmer extends AbstractShelly {
445
445
  super(adapter, id, etage, raum, device, baseState);
446
446
 
447
447
 
448
- adapter.log("here: " + alexaLevelSchemeForOn);
449
- adapter.log("here: " + alexaLevelSchemeForOn.getAlexaName());
448
+ adapter.log("here:1 " + alexaLevelSchemeForOn);
449
+ adapter.log("here:2 " + alexaLevelSchemeForOn.getAlexaName());
450
450
 
451
451
  this.alexaSmartNamesForOn = alexaSmartNamesForOn;
452
452
  this.alexaSmartNamesForOff = alexaSmartNamesForOff;