node-red-contrib-knx-ultimate 4.0.1 → 4.0.2
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/nodes/hue-config.html +1 -1
- package/nodes/knxUltimate-config.html +2 -2
- package/nodes/knxUltimateAlerter.html +1 -2
- package/nodes/knxUltimateGlobalContext.html +1 -3
- package/nodes/knxUltimateLoadControl.html +1 -2
- package/nodes/knxUltimateLogger.html +1 -2
- package/nodes/knxUltimateSceneController.html +1 -2
- package/nodes/knxUltimateViewer.html +1 -3
- package/nodes/knxUltimateWatchDog.html +1 -1
- package/nodes/locales/de/hue-config.json +0 -1
- package/nodes/locales/de/knxUltimate-config.json +0 -1
- package/nodes/locales/de/knxUltimate.json +0 -1
- package/nodes/locales/de/knxUltimateAlerter.json +0 -1
- package/nodes/locales/de/knxUltimateGlobalContext.json +0 -1
- package/nodes/locales/de/knxUltimateHueLight.json +0 -1
- package/nodes/locales/de/knxUltimateLoadControl.json +0 -1
- package/nodes/locales/de/knxUltimateLogger.json +0 -1
- package/nodes/locales/de/knxUltimateSceneController.json +0 -1
- package/nodes/locales/de/knxUltimateViewer.json +0 -1
- package/nodes/locales/de/knxUltimateWatchDog.json +0 -1
- package/nodes/locales/en-US/hue-config.json +0 -1
- package/nodes/locales/en-US/knxUltimate-config.json +0 -1
- package/nodes/locales/en-US/knxUltimate.json +0 -1
- package/nodes/locales/en-US/knxUltimateAlerter.json +0 -1
- package/nodes/locales/en-US/knxUltimateGlobalContext.json +0 -1
- package/nodes/locales/en-US/knxUltimateHueLight.json +0 -1
- package/nodes/locales/en-US/knxUltimateLoadControl.json +0 -1
- package/nodes/locales/en-US/knxUltimateLogger.json +0 -1
- package/nodes/locales/en-US/knxUltimateSceneController.json +0 -1
- package/nodes/locales/en-US/knxUltimateViewer.json +0 -1
- package/nodes/locales/en-US/knxUltimateWatchDog.json +0 -1
- package/nodes/locales/it/hue-config.json +0 -1
- package/nodes/locales/it/knxUltimate-config.json +0 -1
- package/nodes/locales/it/knxUltimate.json +0 -1
- package/nodes/locales/it/knxUltimateAlerter.json +0 -1
- package/nodes/locales/it/knxUltimateGlobalContext.json +0 -1
- package/nodes/locales/it/knxUltimateHueLight.json +0 -1
- package/nodes/locales/it/knxUltimateLoadControl.json +0 -1
- package/nodes/locales/it/knxUltimateLogger.json +0 -1
- package/nodes/locales/it/knxUltimateSceneController.json +0 -1
- package/nodes/locales/it/knxUltimateViewer.json +0 -1
- package/nodes/locales/it/knxUltimateWatchDog.json +0 -1
- package/nodes/locales/zh-CN/hue-config.json +0 -1
- package/nodes/locales/zh-CN/knxUltimate-config.json +0 -1
- package/nodes/locales/zh-CN/knxUltimate.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateAlerter.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateGlobalContext.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateHueLight.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateLoadControl.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateLogger.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateSceneController.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateViewer.json +0 -1
- package/nodes/locales/zh-CN/knxUltimateWatchDog.json +0 -1
- package/package.json +1 -1
package/nodes/hue-config.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
|
|
176
176
|
<div id="mainWindow">
|
|
177
177
|
<div class="form-row">
|
|
178
|
-
<b><span data-i18n="hue-config.properties.title"></span></b
|
|
178
|
+
<b><span data-i18n="hue-config.properties.title"></span></b>
|
|
179
179
|
|
|
180
180
|
<p align='center'> <img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/huehub.jpg' width='30%'></p>
|
|
181
181
|
<p><span data-i18n="hue-config.properties.caution"></span></p>
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
|
|
625
625
|
<script type="text/html" data-template-name="knxUltimate-config">
|
|
626
626
|
<div class="form-row">
|
|
627
|
-
<b><span data-i18n="knxUltimate-config.properties.title"></span></b
|
|
627
|
+
<b><span data-i18n="knxUltimate-config.properties.title"></span></b>
|
|
628
628
|
<br/><br/>
|
|
629
629
|
</div>
|
|
630
630
|
|
|
@@ -859,4 +859,4 @@
|
|
|
859
859
|
</div>
|
|
860
860
|
</div>
|
|
861
861
|
|
|
862
|
-
</script>
|
|
862
|
+
</script>
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
|
|
193
193
|
<div class="form-row">
|
|
194
|
-
<b><span data-i18n="knxUltimateAlerter.title"></span></b
|
|
194
|
+
<b><span data-i18n="knxUltimateAlerter.title"></span></b>
|
|
195
195
|
<br/><br/>
|
|
196
196
|
|
|
197
197
|
<label for="node-input-server"> <img
|
|
@@ -244,4 +244,3 @@
|
|
|
244
244
|
</script>
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
|
|
@@ -67,8 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
<div class="form-row">
|
|
70
|
-
<b><span data-i18n="knxUltimateGlobalContext.title"></span></b
|
|
71
|
-
data-i18n="[html]knxUltimateGlobalContext.helplink"></span>
|
|
70
|
+
<b><span data-i18n="knxUltimateGlobalContext.title"></span></b>
|
|
72
71
|
<br />
|
|
73
72
|
<div class="form-tips" style="margin-top: 11px;background-color:#FFEEEE;text-align:center">
|
|
74
73
|
<b><span data-i18n="knxUltimateGlobalContext.advanced.warning"></span></b>
|
|
@@ -125,4 +124,3 @@
|
|
|
125
124
|
|
|
126
125
|
</script>
|
|
127
126
|
|
|
128
|
-
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
<div class="form-row">
|
|
183
|
-
<b><span data-i18n="knxUltimateLoadControl.title"></span></b
|
|
183
|
+
<b><span data-i18n="knxUltimateLoadControl.title"></span></b>
|
|
184
184
|
<br/><br/>
|
|
185
185
|
|
|
186
186
|
<label for="node-input-server"> <img
|
|
@@ -359,4 +359,3 @@
|
|
|
359
359
|
</script>
|
|
360
360
|
|
|
361
361
|
|
|
362
|
-
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
<script type="text/html" data-template-name="knxUltimateLogger">
|
|
53
53
|
<div class="form-row">
|
|
54
|
-
<b><span data-i18n="knxUltimateLogger.title"></span></b
|
|
54
|
+
<b><span data-i18n="knxUltimateLogger.title"></span></b>
|
|
55
55
|
<br/><br/>
|
|
56
56
|
|
|
57
57
|
<label for="node-input-server"><i class="fa fa-tag"></i> <span data-i18n="knxUltimateLogger.properties.node-input-server"></span> </label>
|
|
@@ -102,4 +102,3 @@
|
|
|
102
102
|
</div>
|
|
103
103
|
</script>
|
|
104
104
|
|
|
105
|
-
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
|
|
441
441
|
|
|
442
442
|
<div class="form-row">
|
|
443
|
-
<b><span data-i18n="knxUltimateSceneController.title"></span></b
|
|
443
|
+
<b><span data-i18n="knxUltimateSceneController.title"></span></b>
|
|
444
444
|
<br/><br/>
|
|
445
445
|
|
|
446
446
|
<label for="node-input-server"> <img
|
|
@@ -495,4 +495,3 @@
|
|
|
495
495
|
</script>
|
|
496
496
|
|
|
497
497
|
|
|
498
|
-
|
|
@@ -79,8 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
<div class="form-row">
|
|
82
|
-
<b><span data-i18n="knxUltimateViewer.title"></span></b
|
|
83
|
-
data-i18n="[html]knxUltimateViewer.helplink"></span>
|
|
82
|
+
<b><span data-i18n="knxUltimateViewer.title"></span></b>
|
|
84
83
|
<br />
|
|
85
84
|
<label for="node-input-server">
|
|
86
85
|
<img
|
|
@@ -102,4 +101,3 @@
|
|
|
102
101
|
|
|
103
102
|
</script>
|
|
104
103
|
|
|
105
|
-
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
<script type="text/html" data-template-name="knxUltimateWatchDog">
|
|
67
67
|
<div class="form-row">
|
|
68
|
-
<b><span data-i18n="knxUltimateWatchDog.title"></span></b
|
|
68
|
+
<b><span data-i18n="knxUltimateWatchDog.title"></span></b>
|
|
69
69
|
<br/><br/>
|
|
70
70
|
|
|
71
71
|
<label for="node-input-server"><i class="fa fa-tag"></i> <span data-i18n="knxUltimateWatchDog.properties.node-input-server"></span> </label>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hue-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/HUE+Bridge+configuration\"><u>Help configuring</u></a>",
|
|
5
4
|
"title": "Philips Hue Bridge",
|
|
6
5
|
"host": "IP",
|
|
7
6
|
"host_placeholder": "Geben Sie die IP der Hue Bridge ein, dann auf VERBINDEN klicken",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimate-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-1.-Gateway-configuration\"><u>Hilfe Konfiguration</u></a>",
|
|
5
4
|
"title": "KNX/IP Gateway Konfiguration",
|
|
6
5
|
"host": "IP/Hostname",
|
|
7
6
|
"host_info": "Als Standard IP wird die Multicast Addresse von KNX/IP verwendet (224.0.23.12)",
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"knxUltimate": {
|
|
3
3
|
"paletteLabel": "KNX GERÄT",
|
|
4
4
|
"deployfirst": "BITTE ERSTELLEN DEIN ERSTES GATEWAY.",
|
|
5
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-2.-Node-Configuration\"><u>Hilfe Konfiguration</u></a>",
|
|
6
5
|
"title": "KNX Gerät",
|
|
7
6
|
"properties": {
|
|
8
7
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateAlerter": {
|
|
3
3
|
"paletteLabel": "KNX Alarmierer",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-Alerter-Configuration\"><u>Config Hilfe</u></a>",
|
|
5
4
|
"title": "Alerter Knot",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateGlobalContext": {
|
|
3
3
|
"paletteLabel": "KNX Globaler Kontext",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-GlobalVariable\"><u>Beispiel</u></a>",
|
|
5
4
|
"title": "KNX Global Context",
|
|
6
5
|
"node-input-name": "Variablenname (keine Leerzeichen, nur Zeichen [a-z])",
|
|
7
6
|
"advanced": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateHueLight": {
|
|
3
3
|
"title": "HUE node",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/huesample\"><u>Sample</u></a>",
|
|
5
4
|
"node-input-name": "Name",
|
|
6
5
|
"node-input-nameLightSwitch": "Switch (bit)",
|
|
7
6
|
"node-input-GALightSwitch": "GA",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLoadControl": {
|
|
3
3
|
"paletteLabel": "KNX Laststeuerung",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-LoadControl-Configuration\"><u>Help Config</u></a>",
|
|
5
4
|
"title": "Load control",
|
|
6
5
|
"primoaldistacco": "(this is the first to be switched off)",
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLogger": {
|
|
3
3
|
"paletteLabel": "KNX Logger",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-Logger-Configuration\"><u>Hilfe für die Konfiguration</u></a>",
|
|
5
4
|
"title": "KNX Logger für ETS",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateSceneController": {
|
|
3
3
|
"paletteLabel": "KNX Szenensteuerung",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-SceneController-Configuration\"><u>Hilfe für die Konfiguration</u></a>",
|
|
5
4
|
"title": "Szene Kontroller",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateViewer": {
|
|
3
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-knxUltimateViewer\"><u>Esempio</u></a>",
|
|
4
3
|
"title": "KNX Viewer",
|
|
5
4
|
"node-input-name": "Name",
|
|
6
5
|
"outputs": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateWatchDog": {
|
|
3
3
|
"paletteLabel": "KNX WatchDog",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/de-7.-WatchDog-Configuration\"><u>Hilfe für die Konfiguration</u></a>",
|
|
5
4
|
"title": "Watchdog",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hue-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/HUE+Bridge+configuration\"><u>Help configuring</u></a>",
|
|
5
4
|
"title": "Philips Hue Bridge",
|
|
6
5
|
"host": "IP",
|
|
7
6
|
"host_placeholder": "Write the Hue Bridge IP, then click CONNECT",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimate-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Gateway-configuration\"><u>Help for configuration</u></a>",
|
|
5
4
|
"title": "KNX/IP Gateway Configuration",
|
|
6
5
|
"host": "IP/Hostname",
|
|
7
6
|
"host_info": "Default setting is the Multicast address of KNX/IP (224.0.23.12)",
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"knxUltimate": {
|
|
3
3
|
"paletteLabel": "KNX DEVICE",
|
|
4
4
|
"deployfirst": "PLEASE CREATE YOUR GATEWAY FIRST.",
|
|
5
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/2.-Node-Configuration\"><u>Help for configuration</u></a>",
|
|
6
5
|
"title": "KNX Device",
|
|
7
6
|
"properties": {
|
|
8
7
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateAlerter": {
|
|
3
3
|
"paletteLabel": "KNX Alerter",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Alerter-Configuration\"><u>Help for configuration</u></a>",
|
|
5
4
|
"title": "Alerter node",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateGlobalContext": {
|
|
3
3
|
"paletteLabel": "KNX Global Context",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/GlobalVariable\"><u>Sample</u></a>",
|
|
5
4
|
"title": "KNX Global Context",
|
|
6
5
|
"node-input-name": "Variable Name (no spaces, only chars [a-z])",
|
|
7
6
|
"advanced": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateHueLight": {
|
|
3
3
|
"title": "HUE node",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/huesample\"><u>Sample</u></a>",
|
|
5
4
|
"node-input-name": "Name",
|
|
6
5
|
"node-input-nameLightSwitch": "Switch (bit)",
|
|
7
6
|
"node-input-GALightSwitch": "GA",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLoadControl": {
|
|
3
3
|
"paletteLabel": "KNX Load Control",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/LoadControl-Configuration\"><u>Help Config</u></a>",
|
|
5
4
|
"title": "Load control",
|
|
6
5
|
"primoaldistacco": "(this is the first to be switched off)",
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLogger": {
|
|
3
3
|
"paletteLabel": "KNX Logger",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Logger-Configuration\"><u>Help for configuration</u></a>",
|
|
5
4
|
"title": "KNX logger for ETS",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateSceneController": {
|
|
3
3
|
"paletteLabel": "KNX Scene Controller",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SceneController-Configuration\"><u>Help for configuration</u></a>",
|
|
5
4
|
"title": "Scene controller",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateViewer": {
|
|
3
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/knxUltimateViewer\"><u>Esempio</u></a>",
|
|
4
3
|
"title": "KNX Viewer",
|
|
5
4
|
"node-input-name": "Name",
|
|
6
5
|
"outputs": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateWatchDog": {
|
|
3
3
|
"paletteLabel": "KNX WatchDog",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/7.-WatchDog-Configuration\"><u>Help for configuration</u></a>",
|
|
5
4
|
"title": "Watchdog",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hue-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/HUE+Bridge+configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Philips Hue Bridge",
|
|
6
5
|
"host": "IP",
|
|
7
6
|
"host_placeholder": "Inserisci l'IP del Bridge Hue, poi clicca CONNETTI",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimate-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-1.-Gateway-configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Interfaccia KNX/IP",
|
|
6
5
|
"host": "IP/Hostname",
|
|
7
6
|
"host_info": "Di default è impostato l'indirizzo multicast del router KNX/IP (224.0.23.12)",
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"knxUltimate": {
|
|
3
3
|
"paletteLabel": "DISPOSITIVO KNX",
|
|
4
4
|
"deployfirst": "PRIMA DI PROCEDERE DEVI CREARE IL TUO PRIMO GATEWAY.",
|
|
5
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-2.-Node-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
6
5
|
"title": "Dispositivo KNX",
|
|
7
6
|
"properties": {
|
|
8
7
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateAlerter": {
|
|
3
3
|
"paletteLabel": "Allertatore KNX",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-Alerter-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Nodo Alerter",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateGlobalContext": {
|
|
3
3
|
"paletteLabel": "Context Globale KNX",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-GlobalVariable\"><u>Esempio</u></a>",
|
|
5
4
|
"title": "Variabile Globale KNX",
|
|
6
5
|
"node-input-name": "Nome variabile (no spazi, solo [a-z])",
|
|
7
6
|
"advanced": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateHueLight": {
|
|
3
3
|
"title": "Nodo HUE",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/huesample\"><u>Esempio</u></a>",
|
|
5
4
|
"node-input-name": "Nome",
|
|
6
5
|
"node-input-nameLightSwitch": "Switch (bit)",
|
|
7
6
|
"node-input-GALightSwitch": "GA",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLoadControl": {
|
|
3
3
|
"paletteLabel": "Controllo carichi KNX",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-LoadControl-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Controllo Carichi",
|
|
6
5
|
"primoaldistacco": "(è il primo che verrà staccato)",
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLogger": {
|
|
3
3
|
"paletteLabel": "Logger KNX",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-Logger-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Logger KNX per ETS",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "Gateway",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateSceneController": {
|
|
3
3
|
"paletteLabel": "Controller Scene KNX",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-SceneController-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Controller scena",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateViewer": {
|
|
3
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-knxUltimateViewer\"><u>Esempio</u></a>",
|
|
4
3
|
"title": "KNX Viewer",
|
|
5
4
|
"node-input-name": "Nome",
|
|
6
5
|
"outputs": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateWatchDog": {
|
|
3
3
|
"paletteLabel": "WatchDog KNX",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/it-7.-WatchDog-Configuration\"><u>Aiuto per configurazione</u></a>",
|
|
5
4
|
"title": "Watchdog",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"hue-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/HUE+Bridge+configuration\"><u>Help configuring</u></a>",
|
|
5
4
|
"title": "Philips Hue Bridge",
|
|
6
5
|
"host": "IP",
|
|
7
6
|
"host_placeholder": "请输入 Hue 网桥的 IP,然后点击 连接",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimate-config": {
|
|
3
3
|
"properties": {
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-1.-Gateway-configuration\"><u>配置帮助文档</u></a>",
|
|
5
4
|
"title": "KNX/IP 网关配置",
|
|
6
5
|
"host": "网关 IP/Hostname",
|
|
7
6
|
"host_info": "默认设置为 KNX/IP 的组播地址 (224.0.23.12)",
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"knxUltimate": {
|
|
3
3
|
"paletteLabel": "KNX 设备",
|
|
4
4
|
"deployfirst": "请创建您的第一个网关,然后进行部署,然后重新打开此窗口。",
|
|
5
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-2.-Node-Configuration\"><u>配置帮助文档</u></a>",
|
|
6
5
|
"title": "KNX 设备节点",
|
|
7
6
|
"properties": {
|
|
8
7
|
"node-input-server": "网关",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateAlerter": {
|
|
3
3
|
"paletteLabel": "KNX 警报器",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-Alerter-Configuration\"><u>配置帮助文档</u></a>",
|
|
5
4
|
"title": "KNX 警报节点",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateGlobalContext": {
|
|
3
3
|
"paletteLabel": "KNX 全局上下文",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-GlobalVariable\"><u>案列</u></a>",
|
|
5
4
|
"title": "KNX 全局变量节点",
|
|
6
5
|
"node-input-name": "变量名 (不能有空格,只能用小写字母)",
|
|
7
6
|
"advanced": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateHueLight": {
|
|
3
3
|
"title": "HUE node",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/huesample\"><u>Sample</u></a>",
|
|
5
4
|
"node-input-name": "Name",
|
|
6
5
|
"node-input-nameLightSwitch": "Switch (bit)",
|
|
7
6
|
"node-input-GALightSwitch": "GA",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLoadControl": {
|
|
3
3
|
"paletteLabel": "KNX 负载控制",
|
|
4
|
-
"helplink": " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-LoadControl-Configuration\"><u>Help Config</u></a>",
|
|
5
4
|
"title": "Load control",
|
|
6
5
|
"primoaldistacco": "(this is the first to be switched off)",
|
|
7
6
|
"properties": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateLogger": {
|
|
3
3
|
"paletteLabel": "KNX 日志",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-Logger-Configuration\"><u>配置帮助文档</u></a>",
|
|
5
4
|
"title": "KNX 日志节点",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "网关",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateSceneController": {
|
|
3
3
|
"paletteLabel": "KNX 场景控制器",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-SceneController-Configuration\"><u>配置帮助文档</u></a>",
|
|
5
4
|
"title": "KNX 场景节点",
|
|
6
5
|
"properties": {
|
|
7
6
|
"node-input-server": "网关",
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateViewer": {
|
|
3
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-knxUltimateViewer\"><u>Esempio</u></a>",
|
|
4
3
|
"title": "KNX Viewer",
|
|
5
4
|
"node-input-name": "节点名称",
|
|
6
5
|
"outputs": {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"knxUltimateWatchDog": {
|
|
3
3
|
"paletteLabel": "KNX 看门狗",
|
|
4
|
-
"helplink" : " <i class=\"fa fa-question-circle\"></i> <a target=\"_blank\" href=\"https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/cn-7.-WatchDog-Configuration\"><u>配置帮助文档</u></a>",
|
|
5
4
|
"title": "看门狗",
|
|
6
5
|
|
|
7
6
|
"properties": {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=20.18.1"
|
|
5
5
|
},
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.2",
|
|
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",
|