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.
- package/homematicFunctions.js +1 -0
- package/homematicFunctions.ts +1 -0
- package/package.json +1 -1
package/homematicFunctions.js
CHANGED
@@ -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) {
|
package/homematicFunctions.ts
CHANGED