node-red-contrib-knx-ultimate
Advanced tools
Comparing version
# node-red-contrib-knx-ultimate | ||
<p> | ||
<b>Version 1.0.6</b><br/> | ||
<b>Version 1.0.8</b><br/> | ||
- Fixed knx dependency<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.0.7</b><br/> | ||
- Check for invalid node's group address (topic)<br/> | ||
@@ -5,0 +9,0 @@ </p> |
@@ -322,17 +322,6 @@ const knx = require('knx') | ||
} | ||
//RED.log.info("OK " + element.split("\t")[1]); | ||
// var riga = new Object(); | ||
// riga.ga = encodeURIComponent(element.split("\t")[1]); | ||
// riga.dpt = encodeURIComponent( DPTa + "." + DPTb); | ||
// riga.devicename = encodeURIComponent(element.split("\t")[0]); | ||
// ajsonOutput.push(riga); | ||
ajsonOutput.push({ga:element.split("\t")[1], dpt:DPTa + "." + DPTb, devicename:element.split("\t")[0]}); | ||
//Object.assign(ajsonOutput, {ga: element.split("\t")[1], dpt: DPTa + "." + DPTb, devicename: element.split("\t")[0] }; | ||
} | ||
} | ||
} | ||
for (let index = 0; index < ajsonOutput.length; index++) { | ||
const element = ajsonOutput[index]; | ||
RED.log.error("ARRAYLIST " + element.ga + " " + element.dpt + " " + element.devicename); | ||
} | ||
@@ -339,0 +328,0 @@ return ajsonOutput; |
{ | ||
"name": "node-red-contrib-knx-ultimate", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Single Node KNX IN/OUT with optional ETS group address importer.", | ||
"dependencies": { | ||
"knx": "=>2.3.5" | ||
"knx": ">=2.3.5" | ||
}, | ||
@@ -8,0 +8,0 @@ "node-red": { |
1150540
-0.07%394
-2.72%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
Updated