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.
- package/package.json +1 -1
- package/shellyClasses.ts +1 -1
package/package.json
CHANGED
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
|
-
|
429
|
+
protected tasterBooleanOn: ShellyDimmerTasterScheme[];
|
430
430
|
protected levelSchemes: ShellyDimmerAlexaScheme[];
|
431
431
|
protected tasterBooleanOff: string[];
|
432
432
|
|