iobroker-ucl 1.1.27 → 1.1.29
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/homematicFunctions.ts +1 -1
- package/package.json +1 -1
- package/shellyClasses.ts +1 -1
package/homematicFunctions.ts
CHANGED
@@ -16,7 +16,7 @@ const attributeTypeBoolean = "boolean";
|
|
16
16
|
// Alexa:
|
17
17
|
const attribute_AlexaSmartNamesForOn = "alexaSmartNamesForOn";
|
18
18
|
const attribute_AlexaActionNamesForOn = "alexaActionNamesForOn";
|
19
|
-
const attribute_AlexaSmartNamesForOff = "alexaSmartNamesForOff";
|
19
|
+
const attribute_AlexaSmartNamesForOff = "alexaSmartNamesForOff";
|
20
20
|
const attribute_AlexaActionNamesForOff = "alexaActionNamesForOff";
|
21
21
|
|
22
22
|
// Lampen/Steckdosen allgemein:
|
package/package.json
CHANGED
package/shellyClasses.ts
CHANGED
@@ -441,7 +441,7 @@ export class ShellyDimmer extends AbstractShelly {
|
|
441
441
|
alexaSmartNamesForOff: string[], alexaActionNamesForOff: string[], levelSchemes: ShellyDimmerAlexaScheme[], tasterBooleanOn: ShellyDimmerTasterScheme[],
|
442
442
|
tasterBooleanOff: string[],nachtbeleuchtung:boolean, turnOffExitHouseSummer:boolean, turnOffExitHouseWinter:boolean, turnOnEnterHouseSummer:boolean, turnOnEnterHouseWinter:boolean) {
|
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;
|