iobroker-ucl 1.1.17 → 1.1.19

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.1.17",
3
+ "version": "1.1.19",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -80,6 +80,7 @@ function createDatenpunktSingle(adapter, deviceRawId, attributeType, attributeNa
80
80
  write: true
81
81
  });
82
82
  }
83
+ console.log("test");
83
84
  // Sensor:
84
85
  function createShellySensor(adapter, rawId, etage, raum, device, baseState) {
85
86
  // Allgemein:
@@ -93,6 +93,8 @@ function createDatenpunktSingle(adapter: any, deviceRawId, attributeType, attrib
93
93
  });
94
94
  }
95
95
 
96
+ console.log("test");
97
+
96
98
  // Sensor:
97
99
  export function createShellySensor(adapter: any, rawId: number, etage: string, raum: string, device: string, baseState: string) {
98
100