node-red-contrib-knx-ultimate 2.2.12 → 2.2.13

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,7 +6,7 @@
6
6
 
7
7
  # CHANGELOG
8
8
 
9
- <b>Version 2.2.12</b> - November 2023<br/>
9
+ <b>Version 2.2.13</b> - November 2023<br/>
10
10
  <p>
11
11
  - NEW: Hue Light: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow, like msg.on={"on":true}. The option is "Node Input/Output PINs".<br/>
12
12
  - NEW: Hue Scene: you can now enable the input/output PINs and send/receive commands to/from the light, via the msg flow. The option is "Node Input/Output PINs".<br/>
@@ -227,7 +227,7 @@
227
227
 
228
228
 
229
229
  </script>
230
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
230
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
231
231
 
232
232
  <script type="text/markdown" data-help-name="knxUltimateHueBattery">
233
233
  This node lets you get the battery level from your HUE device. Here you can get the HUE battery level events, that represents a percentage 0-100% value, evetytime the
@@ -404,7 +404,7 @@
404
404
 
405
405
 
406
406
  </script>
407
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
407
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
408
408
 
409
409
  <script type="text/markdown" data-help-name="knxUltimateHueButton">
410
410
  This node lets you get the events from your HUE button.
@@ -1,3 +1,6 @@
1
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
2
+ <script src="resources/node-red-contrib-knx-ultimate/iro@5"></script>
3
+
1
4
  <script type="text/javascript">
2
5
 
3
6
  RED.nodes.registerType("knxUltimateHueLight", {
@@ -300,7 +303,10 @@
300
303
  });
301
304
  // Eval
302
305
  const format = "node." + _destinationWidget.replace("#node-input-", "");
303
- $(_destinationWidget).val(eval(format).toString());
306
+ try {
307
+ if (format !== undefined) $(_destinationWidget).val(eval(format).toString());
308
+ } catch (error) { }
309
+
304
310
  });
305
311
  }
306
312
 
@@ -562,8 +568,8 @@
562
568
 
563
569
 
564
570
  </script>
565
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
566
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/iro@5"></script>
571
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
572
+ <script src="resources/node-red-contrib-knx-ultimate/iro@5"></script>
567
573
 
568
574
  <script type="text/html" data-template-name="knxUltimateHueLight">
569
575
 
@@ -227,7 +227,7 @@
227
227
 
228
228
 
229
229
  </script>
230
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
230
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
231
231
 
232
232
  <script type="text/markdown" data-help-name="knxUltimateHueLightSensor">
233
233
  This node lets you get the events from your HUE motion device.
@@ -217,7 +217,7 @@
217
217
 
218
218
 
219
219
  </script>
220
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
220
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
221
221
 
222
222
  <script type="text/markdown" data-help-name="knxUltimateHueMotion">
223
223
  This node lets you get the events from your HUE motion device.
@@ -283,7 +283,7 @@
283
283
 
284
284
 
285
285
  </script>
286
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
286
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
287
287
 
288
288
  <script type="text/markdown" data-help-name="knxUltimateHueScene">
289
289
  This node lets you recall a HUE scene, via KNX.
@@ -219,7 +219,7 @@
219
219
 
220
220
 
221
221
  </script>
222
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
222
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
223
223
 
224
224
  <script type="text/markdown" data-help-name="knxUltimateHueTapDial">
225
225
  This node lets you get the events from your HUE rotary device, for example the Tap Dial.
@@ -218,7 +218,7 @@
218
218
 
219
219
 
220
220
  </script>
221
- <script src="http://localhost:1880/resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
221
+ <script src="resources/node-red-contrib-knx-ultimate/11f26b4500.js"></script>
222
222
 
223
223
  <script type="text/markdown" data-help-name="knxUltimateHueTemperatureSensor" This node lets you get the events from
224
224
  your HUE temperature device. Here you can get the HUE temperature events, that represents a celsius value, evetytime
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=16.0.0"
5
5
  },
6
- "version": "2.2.12",
6
+ "version": "2.2.13",
7
7
  "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. With integrated Philips HUE devices control.",
8
8
  "dependencies": {
9
9
  "binary-parser": "2.2.1",