iobroker-ucl 1.1.31 → 1.1.32

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/shellyClasses.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
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
- this.alexaActionNamesForOn = alexaActionNamesForOn;
446
+ this.alexaActionNamesForOn = alexaActionNamesForOn;
447
447
  this.alexaActionNamesForOff = alexaActionNamesForOff;
448
448
 
449
449
  this.nachtbeleuchtung = nachtbeleuchtung;