iobroker-ucl 1.1.39 → 1.1.49

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.39",
3
+ "version": "1.1.49",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
package/shellyClasses.ts CHANGED
@@ -426,7 +426,7 @@ export class ShellyDimmer extends AbstractShelly {
426
426
  protected alexaActionNamesForOn:string[];
427
427
  protected alexaActionNamesForOff: string[];
428
428
  protected alexaLevelSchemeForOn: ShellyDimmerAlexaScheme;
429
- protected tasterBooleanOn: ShellyDimmerTasterScheme[];
429
+ protected tasterBooleanOn: ShellyDimmerTasterScheme[];
430
430
  protected levelSchemes: ShellyDimmerAlexaScheme[];
431
431
  protected tasterBooleanOff: string[];
432
432