From 608a308b5afad2229bb915dfce67b612993a7da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Vuji=C4=87?= Date: Wed, 31 Dec 2025 09:52:14 +0100 Subject: [PATCH] added connection field to subscribe node --- nodes/xilica-subscribe.html | 11 +++- nodes/xilica-subscribe.js | 119 +++++++++++++++++++++++++++++++++++- 2 files changed, 124 insertions(+), 6 deletions(-) diff --git a/nodes/xilica-subscribe.html b/nodes/xilica-subscribe.html index ab6cbe9..28ebe41 100644 --- a/nodes/xilica-subscribe.html +++ b/nodes/xilica-subscribe.html @@ -5,6 +5,7 @@ RED.nodes.registerType('xilica-subscribe', { defaults: { name: { value: "" }, action: { value: "subscribe" }, + connection: { value: "", type: "xilica-connection" }, rules: { value: [] }, transport: { value: "TCP" } }, @@ -120,6 +121,10 @@ RED.nodes.registerType('xilica-subscribe', { +
+ + +