[ { "id": "b9865dd0cae3f3e2", "type": "tab", "label": "Screen1", "disabled": false, "info": "", "env": [] }, { "id": "57b920ae88dfd181", "type": "ui_text_input", "z": "b9865dd0cae3f3e2", "name": "", "label": "THIS IS THE SCREEN1", "tooltip": "", "group": "88ecfe948e947018", "order": 1, "width": 1, "height": 1, "passthru": true, "mode": "text", "delay": 300, "topic": "topic", "sendOnBlur": true, "className": "", "topicType": "msg", "x": 330, "y": 160, "wires": [ [] ] }, { "id": "8553e6ddf7a4e70b", "type": "function", "z": "b9865dd0cae3f3e2", "name": "Change To Screen2", "func": "msg.payload = {\n tab: \"Screen2\"\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 580, "y": 340, "wires": [ [ "c1d11bb0d8e70180" ] ] }, { "id": "c1d11bb0d8e70180", "type": "ui_ui_control", "z": "b9865dd0cae3f3e2", "name": "Show Screen2", "events": "change", "x": 880, "y": 340, "wires": [ [] ] }, { "id": "f6bfc16409186b8b", "type": "ui_button", "z": "b9865dd0cae3f3e2", "name": "", "group": "88ecfe948e947018", "order": 3, "width": 1, "height": 1, "passthru": false, "label": "Go To Screen2", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "", "payloadType": "str", "topic": "topic", "topicType": "msg", "x": 300, "y": 340, "wires": [ [ "8553e6ddf7a4e70b" ] ] }, { "id": "72c0c88ce11537f0", "type": "ui_button", "z": "b9865dd0cae3f3e2", "name": "", "group": "88ecfe948e947018", "order": 2, "width": 1, "height": 1, "passthru": false, "label": "Click to Web Page", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "", "payloadType": "str", "topic": "topic", "topicType": "msg", "x": 310, "y": 240, "wires": [ [ "721ec10e2ca5a4ae" ] ] }, { "id": "721ec10e2ca5a4ae", "type": "function", "z": "b9865dd0cae3f3e2", "name": "Build Program HTML", "func": "msg.template = \"\";\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 580, "y": 240, "wires": [ [ "c177edf012b36c90" ] ] }, { "id": "c177edf012b36c90", "type": "ui_template", "z": "b9865dd0cae3f3e2", "group": "88ecfe948e947018", "name": "Call Web Page", "order": 4, "width": 0, "height": 0, "format": "", "storeOutMessages": false, "fwdInMessages": false, "resendOnRefresh": false, "templateScope": "local", "className": "", "x": 880, "y": 240, "wires": [ [] ] }, { "id": "88ecfe948e947018", "type": "ui_group", "name": "Screen1Group", "tab": "46ace64d31089e69", "order": 1, "disp": false, "width": 3, "collapse": false, "className": "" }, { "id": "46ace64d31089e69", "type": "ui_tab", "name": "Screen1", "icon": "dashboard", "order": 5, "disabled": false, "hidden": false }, { "id": "2d58430a14b6032c", "type": "tab", "label": "Screen2", "disabled": false, "info": "", "env": [] }, { "id": "5a9b8fcbacc9bb59", "type": "ui_text_input", "z": "2d58430a14b6032c", "name": "", "label": "THIS IS THE SCREEN2", "tooltip": "", "group": "1cd74c9b0ea67b96", "order": 1, "width": 1, "height": 1, "passthru": true, "mode": "text", "delay": 300, "topic": "topic", "sendOnBlur": true, "className": "", "topicType": "msg", "x": 210, "y": 140, "wires": [ [] ] }, { "id": "66b3196ba68b92da", "type": "ui_button", "z": "2d58430a14b6032c", "name": "", "group": "1cd74c9b0ea67b96", "order": 2, "width": 1, "height": 1, "passthru": false, "label": "Go to Screen1", "tooltip": "", "color": "", "bgcolor": "", "className": "", "icon": "", "payload": "", "payloadType": "str", "topic": "topic", "topicType": "msg", "x": 180, "y": 260, "wires": [ [ "e403c699b89ed637" ] ] }, { "id": "e403c699b89ed637", "type": "function", "z": "2d58430a14b6032c", "name": "Change to Screen1", "func": "msg.payload = {\n tab: \"Screen1\"\n}\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 450, "y": 260, "wires": [ [ "b17ce0442a69d55e" ] ] }, { "id": "b17ce0442a69d55e", "type": "ui_ui_control", "z": "2d58430a14b6032c", "name": "Tela Escolhida", "events": "change", "x": 720, "y": 260, "wires": [ [] ] }, { "id": "1cd74c9b0ea67b96", "type": "ui_group", "name": "Screen2Group", "tab": "2290aac6f1ba6ed4", "order": 1, "disp": false, "width": 2, "collapse": false, "className": "" }, { "id": "2290aac6f1ba6ed4", "type": "ui_tab", "name": "Screen2", "icon": "dashboard", "order": 6, "disabled": false, "hidden": false } ]