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