iobroker-ucl 1.2.64 → 1.2.65
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.js +1 -0
- package/shellyClasses.ts +2 -0
package/package.json
CHANGED
package/shellyClasses.js
CHANGED
@@ -212,6 +212,7 @@ var ShellyLampeWeiss = /** @class */ (function (_super) {
|
|
212
212
|
_this.turnOffExitHouseWinter = turnOffExitHouseWinter;
|
213
213
|
_this.turnOnEnterHouseSummer = turnOnEnterHouseSummer;
|
214
214
|
_this.turnOnEnterHouseWinter = turnOnEnterHouseWinter;
|
215
|
+
adapter.log("here7777: " + additionalStates4TurnOff);
|
215
216
|
_this.nachtbeleuchtung = nachtbeleuchtung;
|
216
217
|
_this.channel = channel;
|
217
218
|
_this.alexaSmartNamesForOn = alexaSmartNamesForOn;
|
package/shellyClasses.ts
CHANGED
@@ -234,6 +234,8 @@ export class ShellyLampeWeiss extends AbstractShelly {
|
|
234
234
|
this.turnOnEnterHouseSummer = turnOnEnterHouseSummer;
|
235
235
|
this.turnOnEnterHouseWinter = turnOnEnterHouseWinter;
|
236
236
|
|
237
|
+
adapter.log("here7777: " + additionalStates4TurnOff);
|
238
|
+
|
237
239
|
this.nachtbeleuchtung = nachtbeleuchtung;
|
238
240
|
this.channel = channel;
|
239
241
|
this.alexaSmartNamesForOn = alexaSmartNamesForOn;
|