node-red-contrib-knx-ultimate 1.3.44 → 1.3.45

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/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@
7
7
  # CHANGELOG
8
8
 
9
9
  <p>
10
- <b>Version 1.3.44</b> - June 2022<br/>
10
+ <b>Version 1.3.45</b> - June 2022<br/>
11
11
  - NEW: pass msg.resetRBE = true to a device node, to reset both input and output RBE filter on that particular node.<br />
12
12
  </p>
13
13
  <p>
@@ -118,6 +118,7 @@ module.exports = function (RED) {
118
118
  if (msg.hasOwnProperty("resetRBE")) {
119
119
  node.currentPayload = "";
120
120
  node.setNodeStatus({ fill: "grey", shape: "ring", text: "Reset RBE filter on this node.", payload: "", GA: "", dpt: "", devicename: "" })
121
+ return;
121
122
  };
122
123
  // *********************************
123
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-knx-ultimate",
3
- "version": "1.3.44",
3
+ "version": "1.3.45",
4
4
  "description": "Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable.",
5
5
  "dependencies": {
6
6
  "mkdirp": "1.0.4",