Skip to content

Commit

Permalink
Fix for #6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebilm committed Dec 30, 2021
1 parent 5a64952 commit 5343bc7
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 @@ -433,7 +433,7 @@ class NibeUplink extends utils.Adapter {
});
await this.setStateAsync(errorPath, {val: err.toString(), ack: true});
}
await this.fetcher?.getParams(obj.native.deviceUnit, [ obj.native.parameterId ]);
await this.fetcher.getParams(obj.native.deviceUnit, [ obj.native.parameterId ]);
}
}
}
Expand Down

0 comments on commit 5343bc7

Please sign in to comment.