Skip to content

Commit

Permalink
Update of list of datapoints to version 20240319
Browse files Browse the repository at this point in the history
  • Loading branch information
MyHomeMyData committed Mar 20, 2024
1 parent 4b0d1f5 commit 9c74e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class E3oncan extends utils.Adapter {
const raw = await devDids.getObjectVal(this, dev.devStateName+'.raw.'+didStateName);
if (raw != null) {
// Update .tree states:
this.log.debug(' > Update type and role of datapoint '+didStateName);
this.log.silly(' > Update type and role of datapoint '+didStateName);
const cdi = await didsDictNew[did];
const res = await devDids.decodeDid(this, dev.devStateName, did, cdi, devDids.toByteArray(raw));
await devDids.storeObjectTree(this, did, res.idStr, this.namespace+'.'+dev.devStateName+'.tree.'+didStateName, res.val, true);
Expand Down

0 comments on commit 9c74e39

Please sign in to comment.