iobroker-ucl 1.0.74 → 1.0.75

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.75",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",
@@ -668,7 +668,7 @@ function createDatenpunktSingle(adapter, deviceRawId, attributeType, attributeNa
668
668
  type: attributeType,
669
669
  read: true,
670
670
  write: true
671
- });
671
+ });
672
672
  adapter.setState(stateDatenpunkt, attributeValue);
673
673
  }
674
674
  function toStringArray(databaseValue) {