iobroker-ucl 1.1.59 → 1.1.61
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/shellyClasses.js +1 -1
- package/shellyClasses.ts +1 -1
package/package.json
CHANGED
package/shellyClasses.js
CHANGED
@@ -374,7 +374,7 @@ var ShellyDimmer = /** @class */ (function (_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
376
|
adapter.log("here:1 " + alexaLevelSchemeForOn);
|
377
|
-
adapter.log("here:2 " + alexaLevelSchemeForOn.getAlexaName());
|
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
@@ -446,7 +446,7 @@ export class ShellyDimmer extends AbstractShelly {
|
|
446
446
|
|
447
447
|
|
448
448
|
adapter.log("here:1 " + alexaLevelSchemeForOn);
|
449
|
-
adapter.log("here:2 " + alexaLevelSchemeForOn.getAlexaName());
|
449
|
+
//adapter.log("here:2 " + alexaLevelSchemeForOn.getAlexaName());
|
450
450
|
|
451
451
|
this.alexaSmartNamesForOn = alexaSmartNamesForOn;
|
452
452
|
this.alexaSmartNamesForOff = alexaSmartNamesForOff;
|