knxultimate
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -10,3 +10,3 @@ ![Sample Node](img/logo.png) | ||
<p> | ||
<b>Version 1.0.5</b> - February 2022<br/> | ||
<b>Version 1.0.6</b> - February 2022<br/> | ||
- More samples and property specification in the README.<br/> | ||
@@ -13,0 +13,0 @@ </p> |
{ | ||
"name": "knxultimate", | ||
"description": "KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=14" |
@@ -53,6 +53,10 @@ ![Logo](img/logo-big.png) | ||
Datapoints supporter are huge. Please run the **sample.js** file to view all datapoints in the console window.<br/> | ||
For each Datapoint, there is a sample on how to format the payload (telegram) to be passed.<br/> | ||
For example, pass a *true* for datapoint 1.001, or *{ red: 125, green: 0, blue: 0 }* for datapoijnt 232.600.<br/> | ||
For example, pass a *true* for datapoint "1.001", or *{ red: 125, green: 0, blue: 0 }* for datapoint "232.600".<br/> | ||
It support a massive number of Datapoints. Please run the **sample.js** file to view all datapoints in the console window.<br/> | ||
Be aware, that the descriptions you'll see, are taken from Node-Red KNX-Ultimate node, so there is more code than you need here. Please take only the *msg.payload* part in consideration.<br/> | ||
You should see something like this in the console window (the **msg.payload** is what you need to pass as payload): | ||
<img src='https://raw.githubusercontent.com/Supergiovane/knxultimate/master/img/dpt.png' width='60%'> | ||
<br/> | ||
@@ -59,0 +63,0 @@ <br/> |
630139
100
323