From 4afa216e57744253f04b57ae3196df0316d70059 Mon Sep 17 00:00:00 2001 From: Potico154 Date: Mon, 9 Dec 2024 04:40:14 -0500 Subject: [PATCH] Create Poto --- Poto | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Poto diff --git a/Poto b/Poto new file mode 100644 index 000000000..2d1e6192b --- /dev/null +++ b/Poto @@ -0,0 +1,41 @@ +[ + { + "id": "text_node", + "type": "ui_text", + "z": "dashboard_flow", + "group": "ui_group_1", + "order": 4, + "width": "6", + "height": "1", + "name": "Presión Actual", + "label": "PRESIÓN ACTUAL", + "format": "{{msg.payload}}", + "layout": "row-center", + "className": "", + "style": false, + "font": "", + "fontSize": "", + "color": "#000000", + "x": 440, + "y": 360, + "wires": [] + }, + { + "id": "ui_group_1", + "type": "ui_group", + "name": "Control Panel", + "tab": "ui_tab_1", + "order": 1, + "disp": true, + "width": "6", + "collapse": false + }, + { + "id": "ui_tab_1", + "type": "ui_tab", + "name": "Dashboard", + "icon": "dashboard", + "disabled": false, + "hidden": false + } +]