From 73e88b781b24b0eaa4f4a2b674c1197e6e92536a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Vuji=C4=87?= Date: Wed, 31 Dec 2025 10:17:08 +0100 Subject: [PATCH] added connection selector to listen node --- nodes/xilica-listen.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodes/xilica-listen.html b/nodes/xilica-listen.html index ab78754..bb08c5c 100644 --- a/nodes/xilica-listen.html +++ b/nodes/xilica-listen.html @@ -4,6 +4,7 @@ RED.nodes.registerType('xilica-listen', { color: '#dddddd', defaults: { name: { value: "" }, + connection: { value: "", type: "xilica-connection" }, rules: { value: [] } }, inputs: 1, @@ -117,6 +118,10 @@ RED.nodes.registerType('xilica-listen', { +
+ + +