iobroker-ucl 1.0.99 → 1.1.1

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.
@@ -386,6 +386,7 @@ function loadHomematicDevicesAll(adapter) {
386
386
  if (homematicAllArray != null) {
387
387
  return homematicAllArray;
388
388
  }
389
+ adapter.log("Test");
389
390
  // @ts-ignore
390
391
  homematicAllArray = [];
391
392
  adapter.loadHomematicWandthermostate(adapter).forEach(function (homematic) {
@@ -405,6 +405,7 @@ export function loadHomematicDevicesAll(adapter: any) {
405
405
  if (homematicAllArray != null) {
406
406
  return homematicAllArray;
407
407
  }
408
+ adapter.log("Test");
408
409
 
409
410
  // @ts-ignore
410
411
  homematicAllArray = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.0.99",
3
+ "version": "1.1.1",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",