iobroker-ucl 1.1.31 → 1.1.33
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.ts +1 -1
package/package.json
CHANGED
package/shellyClasses.ts
CHANGED
@@ -443,7 +443,7 @@ export class ShellyDimmer extends AbstractShelly {
|
|
443
443
|
super(adapter, id, etage, raum, device, baseState);
|
444
444
|
this.alexaSmartNamesForOn = alexaSmartNamesForOn;
|
445
445
|
this.alexaSmartNamesForOff = alexaSmartNamesForOff;
|
446
|
-
|
446
|
+
this.alexaActionNamesForOn = alexaActionNamesForOn;
|
447
447
|
this.alexaActionNamesForOff = alexaActionNamesForOff;
|
448
448
|
|
449
449
|
this.nachtbeleuchtung = nachtbeleuchtung;
|