[
    {
        "id": "9e5f7de6.8391",
        "type": "subflow",
        "name": "Lấy dữ từ iNut",
        "info": "",
        "in": [
            {
                "x": 50,
                "y": 30,
                "wires": [
                    {
                        "id": "392fc2c7.a2619e"
                    }
                ]
            }
        ],
        "out": [
            {
                "x": 859.0000343322754,
                "y": 98.00000190734863,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 0
                    }
                ]
            },
            {
                "x": 968.0000343322754,
                "y": 102.00000286102295,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 1
                    }
                ]
            },
            {
                "x": 1048.9999732971191,
                "y": 101.00000381469727,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 2
                    }
                ]
            },
            {
                "x": 1059,
                "y": 253,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 3
                    }
                ]
            },
            {
                "x": 1102,
                "y": 318,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 4
                    }
                ]
            },
            {
                "x": 1116,
                "y": 399,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 5
                    }
                ]
            },
            {
                "x": 1108,
                "y": 444,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 6
                    }
                ]
            },
            {
                "x": 1006,
                "y": 489,
                "wires": [
                    {
                        "id": "11ef360b.3d1f8a",
                        "port": 7
                    }
                ]
            }
        ],
        "inputLabels": [
            "Nhận đầu vào MQTT IN từ iNut cảm biến"
        ],
        "outputLabels": [
            "Luồng cảm biến 1",
            "Luồng cảm biến 2",
            "Luồng cảm biến 3",
            "Luồng cảm biến 4",
            "Luồng cảm biến 5",
            "Luồng cảm biến 6",
            "Luồng cảm biến 7",
            "Luồng cảm biến 8"
        ]
    },
    {
        "id": "392fc2c7.a2619e",
        "type": "json",
        "z": "9e5f7de6.8391",
        "name": "",
        "property": "payload",
        "action": "",
        "pretty": false,
        "x": 165,
        "y": 84,
        "wires": [
            [
                "7848dd38.f27dd4"
            ]
        ]
    },
    {
        "id": "11ef360b.3d1f8a",
        "type": "switch",
        "z": "9e5f7de6.8391",
        "name": "Phân luồn",
        "property": "relayId",
        "propertyType": "msg",
        "rules": [
            {
                "t": "eq",
                "v": "0",
                "vt": "num"
            },
            {
                "t": "eq",
                "v": "1",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "2",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "3",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "4",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "5",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "6",
                "vt": "str"
            },
            {
                "t": "eq",
                "v": "7",
                "vt": "str"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 8,
        "x": 825.9869575500488,
        "y": 288.1562738418579,
        "wires": [
            [],
            [],
            [],
            [],
            [],
            [],
            [],
            []
        ]
    },
    {
        "id": "7848dd38.f27dd4",
        "type": "function",
        "z": "9e5f7de6.8391",
        "name": "Lặp",
        "func": "if (!msg.states) {\n    msg.states = msg.payload\n    msg.i = 0\n    return msg;\n} else {\n    msg.i++\n    if (msg.states[msg.i])\n        return msg;\n}\n",
        "outputs": 1,
        "noerr": 0,
        "x": 327.89060974121094,
        "y": 83.33600330352783,
        "wires": [
            [
                "c1d0a733.267448"
            ]
        ]
    },
    {
        "id": "c1d0a733.267448",
        "type": "function",
        "z": "9e5f7de6.8391",
        "name": "Lấy trạng thái thiết bị",
        "func": "msg.relayId = msg.i\nmsg.payload = msg.states[msg.i].state\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 477.89060974121094,
        "y": 183.33600330352783,
        "wires": [
            [
                "7848dd38.f27dd4",
                "11ef360b.3d1f8a"
            ]
        ]
    },
    {
        "id": "87304a85.351228",
        "type": "mqtt in",
        "z": "ea534c6b.f0835",
        "name": "[MQTT-IN]iNut cảm biến - iNut S1",
        "topic": "request/seiatq62VLblmZSIg29IHdstGYu1/HJc3_qgo7/e485ed4bfd6583c6e0164af43279d5fe501816880883",
        "qos": "2",
        "broker": "24871657.178dca",
        "x": 210,
        "y": 500,
        "wires": [
            [
                "f62c0e73.5e1ad"
            ]
        ]
    },
    {
        "id": "4c9f5715.66e948",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "Độ ẩm",
        "group": "11a5ecb8.ecad63",
        "order": 3,
        "width": "6",
        "height": "3",
        "gtype": "gage",
        "title": "Độ ẩm",
        "label": "%",
        "format": "{{value}}",
        "min": 0,
        "max": "100",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 730,
        "y": 620,
        "wires": []
    },
    {
        "id": "b0089678.8dc978",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "Ánh sáng",
        "group": "11a5ecb8.ecad63",
        "order": 4,
        "width": "6",
        "height": "3",
        "gtype": "gage",
        "title": "Ánh sáng",
        "label": "",
        "format": "{{value}}",
        "min": 0,
        "max": "1024",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 660,
        "wires": []
    },
    {
        "id": "e2ace30b.dea68",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "Nhiệt độ",
        "group": "11a5ecb8.ecad63",
        "order": 2,
        "width": "6",
        "height": "3",
        "gtype": "gage",
        "title": "Nhiệt độ",
        "label": "oC",
        "format": "{{value}}",
        "min": 0,
        "max": "50",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 580,
        "wires": []
    },
    {
        "id": "f62c0e73.5e1ad",
        "type": "subflow:9e5f7de6.8391",
        "z": "ea534c6b.f0835",
        "x": 500,
        "y": 500,
        "wires": [
            [
                "675ac4f4.a1b64c"
            ],
            [
                "eb8dcb27.517228"
            ],
            [
                "7e0b91.bfa5847"
            ],
            [
                "7f23463a.5d44e8"
            ],
            [
                "e2ace30b.dea68"
            ],
            [
                "4c9f5715.66e948"
            ],
            [
                "b0089678.8dc978"
            ],
            []
        ]
    },
    {
        "id": "1b14fe0e.f2b7d2",
        "type": "function",
        "z": "ea534c6b.f0835",
        "name": "",
        "func": "var command = msg.topic + ' ';\nif (msg.payload == 1) {\n    command = command + '1 OFF';\n} else {\n    command = command + '1 ON';\n}\nmsg.payload = {\n    id: 0,\n    command: command\n}\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 630,
        "y": 200,
        "wires": [
            [
                "f9c1936.9eab47"
            ]
        ]
    },
    {
        "id": "774936e9.7c02f8",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 6,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "OFF",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "1",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 220,
        "wires": [
            [
                "1b14fe0e.f2b7d2"
            ]
        ]
    },
    {
        "id": "3db91843.2aa9a8",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 4,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "ON",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "0",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 180,
        "wires": [
            [
                "1b14fe0e.f2b7d2"
            ]
        ]
    },
    {
        "id": "e4a4a7b7.9e4158",
        "type": "function",
        "z": "ea534c6b.f0835",
        "name": "",
        "func": "var command = msg.topic + ' ';\nif (msg.payload == 1) {\n    command = command + '2 OFF';\n} else {\n    command = command + '2 ON';\n}\nmsg.payload = {\n    id: 0,\n    command: command\n}\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 630,
        "y": 280,
        "wires": [
            [
                "25f3a776.ce7338"
            ]
        ]
    },
    {
        "id": "bc1bd05f.90f8f",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 9,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "OFF",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "1",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 300,
        "wires": [
            [
                "e4a4a7b7.9e4158"
            ]
        ]
    },
    {
        "id": "e5a38610.c7e988",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 7,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "ON",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "0",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 260,
        "wires": [
            [
                "e4a4a7b7.9e4158"
            ]
        ]
    },
    {
        "id": "47b60d1.95f97f4",
        "type": "function",
        "z": "ea534c6b.f0835",
        "name": "",
        "func": "var command = msg.topic + ' ';\nif (msg.payload == 1) {\n    command = command + '3 OFF';\n} else {\n    command = command + '3 ON';\n}\nmsg.payload = {\n    id: 0,\n    command: command\n}\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 630,
        "y": 360,
        "wires": [
            [
                "129029e7.6d29b6"
            ]
        ]
    },
    {
        "id": "b32f036.28cd7",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 12,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "OFF",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "1",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 380,
        "wires": [
            [
                "47b60d1.95f97f4"
            ]
        ]
    },
    {
        "id": "d46e168f.dd8c28",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 10,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "ON",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "0",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 340,
        "wires": [
            [
                "47b60d1.95f97f4"
            ]
        ]
    },
    {
        "id": "7167a74c.1a2a58",
        "type": "function",
        "z": "ea534c6b.f0835",
        "name": "",
        "func": "var command = msg.topic + ' ';\nif (msg.payload == 1) {\n    command = command + '0 OFF';\n} else {\n    command = command + '0 ON';\n}\nmsg.payload = {\n    id: 0,\n    command: command\n}\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "x": 630,
        "y": 120,
        "wires": [
            [
                "3bcc169e.fda59a"
            ]
        ]
    },
    {
        "id": "7332184a.f3c8c8",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 3,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "OFF",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "1",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 140,
        "wires": [
            [
                "7167a74c.1a2a58"
            ]
        ]
    },
    {
        "id": "c71a0c33.079e2",
        "type": "ui_button",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 1,
        "width": "2",
        "height": "2",
        "passthru": false,
        "label": "ON",
        "color": "",
        "bgcolor": "",
        "icon": "",
        "payload": "0",
        "payloadType": "num",
        "topic": "RELAY",
        "x": 450,
        "y": 100,
        "wires": [
            [
                "7167a74c.1a2a58"
            ]
        ]
    },
    {
        "id": "c24652d5.b3b5f",
        "type": "ui_text",
        "z": "ea534c6b.f0835",
        "group": "11a5ecb8.ecad63",
        "order": 1,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "Status",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "x": 1330,
        "y": 800,
        "wires": []
    },
    {
        "id": "5672da4a.913b44",
        "type": "change",
        "z": "ea534c6b.f0835",
        "name": "ONLINE",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "ONLINE",
                "tot": "str"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 1180,
        "y": 720,
        "wires": [
            [
                "c24652d5.b3b5f",
                "dcc1d2bd.cff21"
            ]
        ]
    },
    {
        "id": "797be1ee.956fc",
        "type": "switch",
        "z": "ea534c6b.f0835",
        "name": "Kiểm tra ONLINE",
        "property": "payload.status",
        "propertyType": "msg",
        "rules": [
            {
                "t": "eq",
                "v": "0",
                "vt": "num"
            },
            {
                "t": "eq",
                "v": "-1",
                "vt": "num"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 2,
        "x": 990,
        "y": 760,
        "wires": [
            [
                "5672da4a.913b44"
            ],
            [
                "c103d0ee.365d3"
            ]
        ]
    },
    {
        "id": "c103d0ee.365d3",
        "type": "change",
        "z": "ea534c6b.f0835",
        "name": "OFFLINE",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "OFFLINE",
                "tot": "str"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 1180,
        "y": 800,
        "wires": [
            [
                "c24652d5.b3b5f"
            ]
        ]
    },
    {
        "id": "b497ce31.5f802",
        "type": "json",
        "z": "ea534c6b.f0835",
        "name": "",
        "property": "payload",
        "action": "",
        "pretty": false,
        "x": 830,
        "y": 760,
        "wires": [
            [
                "797be1ee.956fc"
            ]
        ]
    },
    {
        "id": "e91d6e1b.e5a9",
        "type": "http request",
        "z": "ea534c6b.f0835",
        "name": "[REST][GET]iNut cảm biến - iNut S1",
        "method": "GET",
        "ret": "txt",
        "url": "https://c...content-available-to-author-only...e.vn/api/1.0/request/seiatq62VLblmZSIg29IHdstGYu1/HJc3_qgo7/e485ed4bfd6583c6e0164af43279d5fe501816880883/req_device",
        "tls": "",
        "x": 550,
        "y": 700,
        "wires": [
            [
                "b497ce31.5f802"
            ]
        ]
    },
    {
        "id": "2b5847e8.499c78",
        "type": "inject",
        "z": "ea534c6b.f0835",
        "name": "",
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "repeat": "",
        "crontab": "",
        "once": true,
        "onceDelay": 0.1,
        "x": 290,
        "y": 700,
        "wires": [
            [
                "e91d6e1b.e5a9"
            ]
        ]
    },
    {
        "id": "952229a5.078ec8",
        "type": "http request",
        "z": "ea534c6b.f0835",
        "name": "[REST][POST]iNut cảm biến - iNut S1",
        "method": "POST",
        "ret": "txt",
        "url": "https://c...content-available-to-author-only...e.vn/api/1.0/request/seiatq62VLblmZSIg29IHdstGYu1/HJc3_qgo7/e485ed4bfd6583c6e0164af43279d5fe501816880883/req_device_toggle",
        "tls": "",
        "x": 410,
        "y": 760,
        "wires": [
            [
                "a7944d9c.c1d61"
            ]
        ]
    },
    {
        "id": "3bcc169e.fda59a",
        "type": "link out",
        "z": "ea534c6b.f0835",
        "name": "OUT_RES_PORT",
        "links": [
            "ac8d2df6.d4d8f"
        ],
        "x": 735,
        "y": 120,
        "wires": []
    },
    {
        "id": "ac8d2df6.d4d8f",
        "type": "link in",
        "z": "ea534c6b.f0835",
        "name": "REST_POST",
        "links": [
            "129029e7.6d29b6",
            "3bcc169e.fda59a",
            "25f3a776.ce7338",
            "f9c1936.9eab47"
        ],
        "x": 195,
        "y": 760,
        "wires": [
            [
                "952229a5.078ec8"
            ]
        ]
    },
    {
        "id": "f9c1936.9eab47",
        "type": "link out",
        "z": "ea534c6b.f0835",
        "name": "OUT_RES_PORT",
        "links": [
            "ac8d2df6.d4d8f"
        ],
        "x": 735,
        "y": 200,
        "wires": []
    },
    {
        "id": "25f3a776.ce7338",
        "type": "link out",
        "z": "ea534c6b.f0835",
        "name": "OUT_RES_PORT",
        "links": [
            "ac8d2df6.d4d8f"
        ],
        "x": 735,
        "y": 280,
        "wires": []
    },
    {
        "id": "129029e7.6d29b6",
        "type": "link out",
        "z": "ea534c6b.f0835",
        "name": "OUT_RES_PORT",
        "links": [
            "ac8d2df6.d4d8f"
        ],
        "x": 735,
        "y": 360,
        "wires": []
    },
    {
        "id": "675ac4f4.a1b64c",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 2,
        "width": "2",
        "height": "2",
        "gtype": "donut",
        "title": "RELAY 1",
        "label": "units",
        "format": "{{value}}",
        "min": 0,
        "max": "1",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 420,
        "wires": []
    },
    {
        "id": "7e0b91.bfa5847",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 8,
        "width": "2",
        "height": "2",
        "gtype": "donut",
        "title": "\bRELAY 3",
        "label": "units",
        "format": "{{value}}",
        "min": 0,
        "max": "1",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 500,
        "wires": []
    },
    {
        "id": "7f23463a.5d44e8",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 11,
        "width": "2",
        "height": "2",
        "gtype": "donut",
        "title": "\bRELAY 4",
        "label": "units",
        "format": "{{value}}",
        "min": 0,
        "max": "1",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 540,
        "wires": []
    },
    {
        "id": "eb8dcb27.517228",
        "type": "ui_gauge",
        "z": "ea534c6b.f0835",
        "name": "",
        "group": "5b49ef2b.a1fed",
        "order": 5,
        "width": "2",
        "height": "2",
        "gtype": "donut",
        "title": "RELAY 2",
        "label": "units",
        "format": "{{value}}",
        "min": 0,
        "max": "1",
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "x": 740,
        "y": 460,
        "wires": []
    },
    {
        "id": "6c57c801.796138",
        "type": "link out",
        "z": "ea534c6b.f0835",
        "name": "RELOAD",
        "links": [
            "a8967c26.04679"
        ],
        "x": 1775,
        "y": 720,
        "wires": []
    },
    {
        "id": "a8967c26.04679",
        "type": "link in",
        "z": "ea534c6b.f0835",
        "name": "RELOAD",
        "links": [
            "6c57c801.796138"
        ],
        "x": 335,
        "y": 660,
        "wires": [
            [
                "e91d6e1b.e5a9"
            ]
        ]
    },
    {
        "id": "a7944d9c.c1d61",
        "type": "change",
        "z": "ea534c6b.f0835",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "topic",
                "pt": "msg",
                "to": "POST",
                "tot": "str"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 660,
        "y": 760,
        "wires": [
            [
                "b497ce31.5f802"
            ]
        ]
    },
    {
        "id": "dcc1d2bd.cff21",
        "type": "switch",
        "z": "ea534c6b.f0835",
        "name": "",
        "property": "topic",
        "propertyType": "msg",
        "rules": [
            {
                "t": "eq",
                "v": "POST",
                "vt": "str"
            }
        ],
        "checkall": "true",
        "repair": false,
        "outputs": 1,
        "x": 1330,
        "y": 720,
        "wires": [
            [
                "40aa71f1.670a6",
                "8d353a9.7e0cec8"
            ]
        ]
    },
    {
        "id": "40aa71f1.670a6",
        "type": "delay",
        "z": "ea534c6b.f0835",
        "name": "",
        "pauseType": "delay",
        "timeout": "50",
        "timeoutUnits": "milliseconds",
        "rate": "1",
        "nbRateUnits": "1",
        "rateUnits": "second",
        "randomFirst": "1",
        "randomLast": "5",
        "randomUnits": "seconds",
        "drop": false,
        "x": 1470,
        "y": 720,
        "wires": [
            [
                "9e747e85.10923"
            ]
        ]
    },
    {
        "id": "9e747e85.10923",
        "type": "change",
        "z": "ea534c6b.f0835",
        "name": "",
        "rules": [
            {
                "t": "delete",
                "p": "topic",
                "pt": "msg"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 1650,
        "y": 720,
        "wires": [
            [
                "6c57c801.796138"
            ]
        ]
    },
    {
        "id": "8d353a9.7e0cec8",
        "type": "delay",
        "z": "ea534c6b.f0835",
        "name": "",
        "pauseType": "delay",
        "timeout": "250",
        "timeoutUnits": "milliseconds",
        "rate": "1",
        "nbRateUnits": "1",
        "rateUnits": "second",
        "randomFirst": "1",
        "randomLast": "5",
        "randomUnits": "seconds",
        "drop": false,
        "x": 1470,
        "y": 760,
        "wires": [
            [
                "9e747e85.10923"
            ]
        ]
    },
    {
        "id": "24871657.178dca",
        "type": "mqtt-broker",
        "name": "",
        "broker": "mqtt.mysmarthome.vn",
        "port": "1883",
        "clientid": "",
        "usetls": false,
        "compatmode": true,
        "keepalive": "60",
        "cleansession": true,
        "willTopic": "",
        "willQos": "0",
        "willPayload": "",
        "birthTopic": "",
        "birthQos": "0",
        "birthPayload": ""
    },
    {
        "id": "11a5ecb8.ecad63",
        "type": "ui_group",
        "z": "",
        "name": "Group 2",
        "tab": "31998151.aea28e",
        "order": 2,
        "disp": false,
        "width": "6",
        "collapse": false
    },
    {
        "id": "5b49ef2b.a1fed",
        "type": "ui_group",
        "z": "",
        "name": "Group 1",
        "tab": "31998151.aea28e",
        "order": 1,
        "disp": false,
        "width": "6",
        "collapse": false
    },
    {
        "id": "31998151.aea28e",
        "type": "ui_tab",
        "name": "Tab 1",
        "icon": "dashboard",
        "order": 1
    }
]