node-red-contrib-knx-ultimate 4.2.5 → 4.2.7
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 +9 -0
- package/nodes/knxUltimateAI.html +5 -5
- package/nodes/knxUltimateAI.js +5129 -1173
- package/nodes/knxUltimateHueAreaMotion.html +1 -1
- package/nodes/knxUltimateHueBattery.html +1 -1
- package/nodes/knxUltimateHueButton.html +1 -1
- package/nodes/knxUltimateHueCameraMotion.html +1 -1
- package/nodes/knxUltimateHueContactSensor.html +1 -1
- package/nodes/knxUltimateHueHumiditySensor.html +1 -1
- package/nodes/knxUltimateHueLight.html +2 -2
- package/nodes/knxUltimateHueLightSensor.html +1 -1
- package/nodes/knxUltimateHueMotion.html +1 -1
- package/nodes/knxUltimateHuePlug.html +1 -1
- package/nodes/knxUltimateHueScene.html +1 -1
- package/nodes/knxUltimateHueTapDial.html +1 -1
- package/nodes/knxUltimateHueTemperatureSensor.html +1 -1
- package/nodes/knxUltimateHueZigbeeConnectivity.html +1 -1
- package/nodes/knxUltimateHuedevice_software_update.html +1 -1
- package/nodes/knxUltimateMultiRouting.html +2 -2
- package/nodes/knxUltimateRouterFilter.html +2 -2
- package/nodes/plugins/knxUltimateAI-vue/assets/app.css +1 -1
- package/nodes/plugins/knxUltimateAI-vue/assets/app.js +3 -3
- package/nodes/plugins/knxUltimateAI-vue/assets/chunk-html2canvas.esm.js +5 -0
- package/nodes/plugins/knxUltimateAI-vue/assets/chunk-index.es.js +5 -0
- package/nodes/plugins/knxUltimateAI-vue/assets/chunk-jspdf.es.min.js +78 -0
- package/nodes/plugins/knxUltimateAI-vue/assets/chunk-purify.es.js +3 -0
- package/package.json +9 -7
- package/nodes/plugins/themes/knxUltimateAI-theme-green.css +0 -44
- package/nodes/plugins/themes/knxUltimateAI-theme-lavender.css +0 -44
- package/nodes/plugins/themes/knxUltimateAI-theme-mix.css +0 -41
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
# CHANGELOG
|
|
8
8
|
|
|
9
|
+
**Version 4.2.7** - April 2026<br/>
|
|
10
|
+
|
|
11
|
+
- UI: **KNX AI Web** layout and visual style aligned to the Homebridge-like interface, with unified orange accent palette and cleaned component styling.<br/>
|
|
12
|
+
- CHANGE: **KNX AI Web** removed legacy theme management and related theme files, keeping a single coherent visual theme.<br/>
|
|
13
|
+
- UI: **KNX AI Web** navigation/workspace refactor: dedicated pages for **Settings** and **Test Results**, plus improved menu structure and labels.<br/>
|
|
14
|
+
- NEW: **KNX AI Web** **Settings** now includes split tabs (**KNX AI Node** and **Import / Export**) and moved node selection/auto-refresh controls into the dedicated node settings panel.<br/>
|
|
15
|
+
- NEW: **KNX AI Web** **Test Results** can now be exported to **PDF** directly from the selected report.<br/>
|
|
16
|
+
- FIX: **KNX AI Web** area editor unsaved-changes detection no longer prompts discard/stay immediately after saving a newly created area and pressing **Close**.<br/>
|
|
17
|
+
|
|
9
18
|
**Version 4.2.5** - March 2026<br/>
|
|
10
19
|
|
|
11
20
|
- NEW: added the **KNX Flow Bubbles** editor plugin to visualize live KNX Device state directly on the workspace.<br/>
|
package/nodes/knxUltimateAI.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<script type="text/javascript">
|
|
4
4
|
RED.nodes.registerType('knxUltimateAI', {
|
|
5
5
|
category: "KNX Ultimate",
|
|
6
|
-
color: '#
|
|
6
|
+
color: '#FF9800',
|
|
7
7
|
defaults: {
|
|
8
8
|
server: { type: "knxUltimate-config", required: true },
|
|
9
9
|
name: { value: "KNX AI", required: false },
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
</script>
|
|
180
180
|
|
|
181
181
|
<script type="text/html" data-template-name="knxUltimateAI">
|
|
182
|
-
<b><span data-i18n="knxUltimateAI.title"></span></b>  <span style="color
|
|
182
|
+
<b><span data-i18n="knxUltimateAI.title"></span></b>  <span style="color:#ff9800"     <i class="fa fa-youtube"></i></span><a
|
|
183
183
|
target="_blank" href="https://www.youtube.com/watch?v=qw7kjQ_mvdg&t=10s">See sample video</a>
|
|
184
184
|
<br /><br />
|
|
185
185
|
<div class="form-row">
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
<div class="form-row">
|
|
201
201
|
<label><i class="fa fa-external-link"></i> Web UI</label>
|
|
202
202
|
<div style="display:flex; gap:8px; flex-wrap:wrap;">
|
|
203
|
-
<button type="button" class="red-ui-button" id="knx-ai-open-web-page-vue" style="background-color:#
|
|
204
|
-
<i class="fa fa-
|
|
203
|
+
<button type="button" class="red-ui-button" id="knx-ai-open-web-page-vue" style="background-color:#ff9800; border-color:#ff9800; color:#ffffff !important; -webkit-text-fill-color:#ffffff;">
|
|
204
|
+
<i class="fa fa-external-link" style="color:#ffffff !important;"></i> <span style="color:#ffffff !important;">Open KNX AI Web Page</span>
|
|
205
205
|
</button>
|
|
206
206
|
</div>
|
|
207
207
|
</div>
|
|
@@ -391,4 +391,4 @@
|
|
|
391
391
|
</div>
|
|
392
392
|
</div>
|
|
393
393
|
</div>
|
|
394
|
-
</script>
|
|
394
|
+
</script>
|