node-red-contrib-knx-ultimate 3.3.8 → 3.3.9

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
@@ -6,6 +6,12 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
+ **Version 3.3.9** - December 2024<br/>
10
+ - CHRISTMAS FIX: issue on iterable interfaces error in raspberry pi.<br/>
11
+
12
+ **Version 3.3.8** - December 2024<br/>
13
+ - HOT FIX: fixed compilation problem in the knx engine, causing the node to stop working.<br/>
14
+
9
15
  **Version 3.3.7** - December 2024<br/>
10
16
  - DPT18.x: fixed scene validation 1 to 64.<br/>
11
17
 
package/README.md CHANGED
@@ -271,6 +271,11 @@ List of commercial companies, which have given us permission to be mentioned on
271
271
  [![](https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/c/cannx.png)](https://can-nx.com/kloudnx-routeur-knx-iot-connecte-a-un-cloud-securise/)
272
272
  </td>
273
273
 
274
+ <td style="valign:center; border: 0px; padding: 15px;">
275
+
276
+ [![](https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/c/innovationsystem.png)](https://www.onsystem-iot.com/)
277
+ </td>
278
+
274
279
  </tr>
275
280
  </table>
276
281
 
@@ -283,6 +288,7 @@ List of commercial companies, which have given us permission to be mentioned on
283
288
  * [ProKNX - KNX Device Manufacturer](https://proknx.com)
284
289
  * [Altis - Energy and utilities provider](https://altis.swiss)
285
290
  * [Can'nX France - KNX Device Manufacturer and integrator](https://can-nx.com)
291
+ * [Innovation System - System integrators](https://www.onsystem-iot.com)
286
292
 
287
293
  <br/>
288
294
 
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=16.0.0"
5
5
  },
6
- "version": "3.3.8",
6
+ "version": "3.3.9",
7
7
  "description": "Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.",
8
8
  "dependencies": {
9
9
  "binary-parser": "2.2.1",
@@ -11,7 +11,7 @@
11
11
  "dns-sync": "0.2.1",
12
12
  "eventsource": "2.0.2",
13
13
  "js-yaml": "4.1.0",
14
- "knxultimate": "4.1.0-beta.6",
14
+ "knxultimate": "4.1.0-beta.7",
15
15
  "lodash": "4.17.21",
16
16
  "node-color-log": "12.0.1",
17
17
  "mkdirp": "3.0.1",