Skip to content

Commit

Permalink
Merge pull request #5 from 1stsetup/master
Browse files Browse the repository at this point in the history
dpt is not a callback function
  • Loading branch information
aborovsky committed May 4, 2016
2 parents 7891a79 + 3381e87 commit 96902b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knx.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module.exports = function (RED) {

try {
node.log("sendAPDU: " + util.inspect(value));
connection.Action(dstgad.toString(), value, dpt);
connection.Action(dstgad.toString(), value, null);
callback && callback();
}
catch (err) {
Expand Down

0 comments on commit 96902b1

Please sign in to comment.