node-red-contrib-knx-ultimate
Advanced tools
Comparing version
@@ -8,6 +8,10 @@  | ||
<p> | ||
<b>Version 1.1.34</b> - Feb 2020<br/> | ||
- Fix an issue with RGB values.<br/> | ||
- Added RGB sample in the Wiki.<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.1.33</b> - Feb 2020<br/> | ||
- New: the Watchdog node now outputs a msg to the flow if you issued a setGatewayConfig<br/> | ||
- Patched and switched to knxultimate-api (v. 2.3.8) underlying API. This should fix a very rare issue causing node-red to crash giving ERR_SOCKET_DGRAM_NOT_RUNNING error. | ||
<br/> | ||
- Patched and switched to knxultimate-api (v. 2.3.8) underlying API. This should fix a very rare issue causing node-red to crash giving ERR_SOCKET_DGRAM_NOT_RUNNING error.<br/> | ||
</p> | ||
@@ -14,0 +18,0 @@ <p> |
@@ -74,7 +74,7 @@ module.exports = function (RED) { | ||
// 29/01/2020 If the message has no payload and no readstatus and isn't a dim command, throw an error. (If you requests a readstatus, there's no need to pass a payload) | ||
if (!msg.hasOwnProperty("readstatus") && !msg.payload.hasOwnProperty("decr_incr")) { | ||
node.setNodeStatus({ fill: "red", shape: "dot", text: "Payload must be string, number or boolean", payload: "", GA: "", dpt: "", devicename: "" }) | ||
RED.log.error("knxUltimate: Node " + node.id + " has received an INVALID payload. Please check the flow."); | ||
return; | ||
} | ||
// if (!msg.hasOwnProperty("readstatus") && !msg.payload.hasOwnProperty("decr_incr") && !msg.payload.hasOwnProperty("green")) { | ||
// node.setNodeStatus({ fill: "red", shape: "dot", text: "Payload must be string, number or boolean", payload: "", GA: "", dpt: "", devicename: "" }) | ||
// RED.log.error("knxUltimate: Node " + node.id + " has received an INVALID payload. Please check the flow."); | ||
// return; | ||
// } | ||
} | ||
@@ -81,0 +81,0 @@ |
{ | ||
"name": "node-red-contrib-knx-ultimate", | ||
"version": "1.1.33", | ||
"version": "1.1.34", | ||
"description": "Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable. Control your KNX intallation via Node-Red!", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
1486007
0.01%