iobroker-ucl 1.0.74 → 1.0.76

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.0.74",
3
+ "version": "1.0.76",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
package/zigbeeClasses.js CHANGED
@@ -1142,31 +1142,31 @@ var AlexaInputConverter = /** @class */ (function () {
1142
1142
  this.ctNew = this.adapter.getState(value).val;
1143
1143
  this.actionChangeCT = true;
1144
1144
  }
1145
- this.adapter.log("");
1146
- this.adapter.log(">>> ALEXA (" + logContext + ") >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
1147
- this.adapter.log(" Value : " + this.value);
1148
- this.adapter.log(" smartName : " + this.smartName);
1149
- this.adapter.log(" actionTurnOn : " + this.actionTurnOn);
1150
- this.adapter.log(" actionTurnOff : " + this.actionTurnOff);
1145
+ adapter.log("");
1146
+ adapter.log(">>> ALEXA (" + logContext + ") >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
1147
+ adapter.log(" Value : " + this.value);
1148
+ adapter.log(" smartName : " + this.smartName);
1149
+ adapter.log(" actionTurnOn : " + this.actionTurnOn);
1150
+ adapter.log(" actionTurnOff : " + this.actionTurnOff);
1151
1151
  if (this.actionChangeLevel) {
1152
- this.adapter.log(" actionChangeLevel: " + this.actionChangeLevel + " (" + this.levelNew + ")");
1152
+ adapter.log(" actionChangeLevel: " + this.actionChangeLevel + " (" + this.levelNew + ")");
1153
1153
  }
1154
1154
  else {
1155
- this.adapter.log(" actionChangeLevel: " + this.actionChangeLevel);
1155
+ adapter.log(" actionChangeLevel: " + this.actionChangeLevel);
1156
1156
  }
1157
1157
  if (this.actionChangeColor) {
1158
- this.adapter.log(" actionChangeColor: " + this.actionChangeColor + " (" + this.hueNew + ")");
1158
+ adapter.log(" actionChangeColor: " + this.actionChangeColor + " (" + this.hueNew + ")");
1159
1159
  }
1160
1160
  else {
1161
- this.adapter.log(" actionChangeColor: " + this.actionChangeColor);
1161
+ adapter.log(" actionChangeColor: " + this.actionChangeColor);
1162
1162
  }
1163
1163
  if (this.actionChangeCT) {
1164
- this.adapter.log(" actionChangeCT: " + this.actionChangeCT + " (" + this.ctNew + ")");
1164
+ adapter.log(" actionChangeCT: " + this.actionChangeCT + " (" + this.ctNew + ")");
1165
1165
  }
1166
1166
  else {
1167
- this.adapter.log(" actionChangeCT: " + this.actionChangeCT);
1167
+ adapter.log(" actionChangeCT: " + this.actionChangeCT);
1168
1168
  }
1169
- this.adapter.log("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<");
1169
+ adapter.log("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<");
1170
1170
  }
1171
1171
  AlexaInputConverter.prototype.isActionTurnedOn = function () {
1172
1172
  return this.actionTurnOn;
package/zigbeeClasses.ts CHANGED
@@ -1280,28 +1280,28 @@ export class AlexaInputConverter {
1280
1280
  this.ctNew = this.adapter.getState(value).val;
1281
1281
  this.actionChangeCT = true;
1282
1282
  }
1283
- this.adapter.log("");
1284
- this.adapter.log(">>> ALEXA (" + logContext + ") >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
1285
- this.adapter.log(" Value : " + this.value);
1286
- this.adapter.log(" smartName : " + this.smartName);
1287
- this.adapter.log(" actionTurnOn : " + this.actionTurnOn);
1288
- this.adapter.log(" actionTurnOff : " + this.actionTurnOff);
1283
+ adapter.log("");
1284
+ adapter.log(">>> ALEXA (" + logContext + ") >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>");
1285
+ adapter.log(" Value : " + this.value);
1286
+ adapter.log(" smartName : " + this.smartName);
1287
+ adapter.log(" actionTurnOn : " + this.actionTurnOn);
1288
+ adapter.log(" actionTurnOff : " + this.actionTurnOff);
1289
1289
  if (this.actionChangeLevel) {
1290
- this.adapter.log(" actionChangeLevel: " + this.actionChangeLevel + " (" + this.levelNew + ")");
1290
+ adapter.log(" actionChangeLevel: " + this.actionChangeLevel + " (" + this.levelNew + ")");
1291
1291
  } else {
1292
- this.adapter.log(" actionChangeLevel: " + this.actionChangeLevel);
1292
+ adapter.log(" actionChangeLevel: " + this.actionChangeLevel);
1293
1293
  }
1294
1294
  if (this.actionChangeColor) {
1295
- this.adapter.log(" actionChangeColor: " + this.actionChangeColor + " (" + this.hueNew + ")");
1295
+ adapter.log(" actionChangeColor: " + this.actionChangeColor + " (" + this.hueNew + ")");
1296
1296
  } else {
1297
- this.adapter.log(" actionChangeColor: " + this.actionChangeColor);
1297
+ adapter.log(" actionChangeColor: " + this.actionChangeColor);
1298
1298
  }
1299
1299
  if (this.actionChangeCT) {
1300
- this.adapter.log(" actionChangeCT: " + this.actionChangeCT + " (" + this.ctNew + ")");
1300
+ adapter.log(" actionChangeCT: " + this.actionChangeCT + " (" + this.ctNew + ")");
1301
1301
  } else {
1302
- this.adapter.log(" actionChangeCT: " + this.actionChangeCT);
1302
+ adapter.log(" actionChangeCT: " + this.actionChangeCT);
1303
1303
  }
1304
- this.adapter.log("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<");
1304
+ adapter.log("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<");
1305
1305
  }
1306
1306
 
1307
1307
  public isActionTurnedOn() : boolean {