From 7cd23e0f12cc63a9f90e124f7e42afbf719d4379 Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Sat, 17 Jan 2026 11:55:12 +0100 Subject: [PATCH] =?UTF-8?q?Revisi=C3=B3n=20final=20para=20entrega?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flows.json | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 4 deletions(-) diff --git a/flows.json b/flows.json index 178e7f8..d59b745 100644 --- a/flows.json +++ b/flows.json @@ -2238,7 +2238,7 @@ "passthru": false, "multiple": false, "chips": false, - "clearable": true, + "clearable": false, "options": [ { "label": "Alto", @@ -2254,6 +2254,11 @@ "label": "Bajo", "value": 1, "type": "num" + }, + { + "label": "Sin estimación", + "value": "0", + "type": "str" } ], "payload": "", @@ -2266,7 +2271,7 @@ "y": 280, "wires": [ [ - "5eedba05f8e677de" + "c2fd67bee1b6e31f" ] ] }, @@ -2446,8 +2451,8 @@ "from": "", "to": "", "reg": false, - "x": 740, - "y": 280, + "x": 700, + "y": 300, "wires": [ [] ] @@ -2836,5 +2841,59 @@ "4de317cc487a47c6" ] ] + }, + { + "id": "c2fd67bee1b6e31f", + "type": "switch", + "z": "56fb69eb622c3f3b", + "name": "Limpiamos tráfico", + "property": "payload", + "propertyType": "msg", + "rules": [ + { + "t": "eq", + "v": "0", + "vt": "num" + }, + { + "t": "else" + } + ], + "checkall": "true", + "repair": false, + "outputs": 2, + "x": 470, + "y": 280, + "wires": [ + [ + "ea73de854d597030" + ], + [ + "5eedba05f8e677de" + ] + ] + }, + { + "id": "ea73de854d597030", + "type": "change", + "z": "56fb69eb622c3f3b", + "name": "", + "rules": [ + { + "t": "delete", + "p": "trafico", + "pt": "flow" + } + ], + "action": "", + "property": "", + "from": "", + "to": "", + "reg": false, + "x": 690, + "y": 260, + "wires": [ + [] + ] } ] \ No newline at end of file