[
    {
        "id": "4fe103a56134b179",
        "type": "tab",
        "label": "Flujo 1",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "681f511fa32882f0",
        "type": "modbus-read",
        "z": "4fe103a56134b179",
        "name": "Modbus-Read",
        "topic": "",
        "showStatusActivities": false,
        "logIOActivities": false,
        "showErrors": false,
        "showWarnings": true,
        "unitid": "1",
        "dataType": "HoldingRegister",
        "adr": "8450",
        "quantity": "5",
        "rate": "1",
        "rateUnit": "s",
        "delayOnStart": false,
        "enableDeformedMessages": false,
        "startDelayTime": "",
        "server": "40cbcf0e96b60c98",
        "useIOFile": false,
        "ioFile": "",
        "useIOForPayload": false,
        "emptyMsgOnFail": false,
        "x": 210,
        "y": 120,
        "wires": [
            [
                "a3f446dc6ee8d48b",
                "6b5c7601727fbccb"
            ],
            [
                "b98b08d01af76499",
                "3160686c9a2babfc",
                "59255474e701b7cb",
                "caabeb5bad1ba3ef",
                "404935e24f4a29d8"
            ]
        ]
    },
    {
        "id": "a3f446dc6ee8d48b",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Parámetros ",
        "func": "let r = msg.payload;\n\nmsg.payload = {\n    freq_cmd: (r[0] / 100)*60,\n    freq_real: r[1] / 100,\n    current: r[2] / 100,\n    dc_bus: r[3],\n    voltage: r[4] / 10\n};\n\nreturn msg;",
        "outputs": 3,
        "timeout": "1",
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 430,
        "y": 60,
        "wires": [
            [
                "d1bd8b2f4be51919",
                "da3c403f725904a8"
            ],
            [],
            []
        ]
    },
    {
        "id": "2feccbac89298c1b",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 1",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 540,
        "y": 520,
        "wires": []
    },
    {
        "id": "6b5c7601727fbccb",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 2",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 420,
        "y": 120,
        "wires": []
    },
    {
        "id": "4d3497d0406ddc40",
        "type": "modbus-write",
        "z": "4fe103a56134b179",
        "name": "Modbus-Write",
        "showStatusActivities": false,
        "showErrors": true,
        "showWarnings": true,
        "unitid": "1",
        "dataType": "HoldingRegister",
        "adr": "8193",
        "quantity": "1",
        "server": "40cbcf0e96b60c98",
        "emptyMsgOnFail": false,
        "keepMsgProperties": false,
        "delayOnStart": false,
        "startDelayTime": "",
        "x": 320,
        "y": 500,
        "wires": [
            [],
            [
                "2feccbac89298c1b"
            ]
        ]
    },
    {
        "id": "d1bd8b2f4be51919",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 3",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload.freq_real",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 660,
        "y": 40,
        "wires": []
    },
    {
        "id": "b98b08d01af76499",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Tension Salida",
        "func": "msg.payload = msg.payload.data[4] / 10;\nreturn msg;",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 440,
        "y": 200,
        "wires": [
            [
                "22b803f6cdc6bc74",
                "e17cc7fe2e5212ad"
            ]
        ]
    },
    {
        "id": "22b803f6cdc6bc74",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 4",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 660,
        "y": 160,
        "wires": []
    },
    {
        "id": "3160686c9a2babfc",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Tensión BUS-DC",
        "func": "msg.payload = msg.payload.data[3];\nreturn msg",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 450,
        "y": 240,
        "wires": [
            [
                "b20a7f5c931bb329"
            ]
        ]
    },
    {
        "id": "59255474e701b7cb",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Corriente Salida",
        "func": "msg.payload = msg.payload.data[2] / 100;\nreturn msg",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 440,
        "y": 280,
        "wires": [
            [
                "c4bfea2ca4972b02"
            ]
        ]
    },
    {
        "id": "caabeb5bad1ba3ef",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Velocidad RPM",
        "func": "msg.payload = 60*msg.payload.data[1] / 100;\nreturn msg",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 440,
        "y": 320,
        "wires": [
            [
                "372ffe88c0e90650"
            ]
        ]
    },
    {
        "id": "c4bfea2ca4972b02",
        "type": "ui-chart",
        "z": "4fe103a56134b179",
        "group": "0923361061d54268",
        "name": "",
        "label": "Corriente Salida",
        "order": 1,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "Tiempo",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "{HH}:{mm}:{ss}",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "Corriente [A]",
        "yAxisProperty": "payload",
        "yAxisPropertyType": "msg",
        "ymin": "0",
        "ymax": "2",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": "60",
        "removeOlderUnit": "1",
        "removeOlderPoints": "200",
        "colors": [
            "#ff004c",
            "#ff0000",
            "#ff7f0e",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#e22828"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": "5",
        "className": "",
        "interpolation": "linear",
        "x": 680,
        "y": 280,
        "wires": [
            []
        ]
    },
    {
        "id": "0e21584a609b2599",
        "type": "ui-slider",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "name": "Ajuste Vel.",
        "label": "Set Vel.",
        "tooltip": "",
        "order": 1,
        "width": "6",
        "height": "4",
        "passthru": false,
        "outs": "all",
        "topic": "topic",
        "topicType": "msg",
        "thumbLabel": "true",
        "showTicks": "always",
        "min": 0,
        "max": "5000",
        "step": "10",
        "className": "",
        "iconPrepend": "",
        "iconAppend": "",
        "color": "red",
        "colorTrack": "green",
        "colorThumb": "",
        "showTextField": false,
        "x": 110,
        "y": 500,
        "wires": [
            [
                "4d3497d0406ddc40"
            ]
        ]
    },
    {
        "id": "372ffe88c0e90650",
        "type": "ui-chart",
        "z": "4fe103a56134b179",
        "group": "0923361061d54268",
        "name": "",
        "label": "RPM Salida",
        "order": 4,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "Tiempo",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "{HH}:{mm}:{ss}",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "RPM",
        "yAxisProperty": "payload",
        "yAxisPropertyType": "msg",
        "ymin": "0",
        "ymax": "3000",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": "60",
        "removeOlderUnit": "1",
        "removeOlderPoints": "100",
        "colors": [
            "#157e22",
            "#ff0000",
            "#e97816",
            "#2ca02c",
            "#a347e1",
            "#e51f1f",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#e10e0e"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": "4",
        "className": "",
        "interpolation": "linear",
        "x": 670,
        "y": 320,
        "wires": [
            []
        ]
    },
    {
        "id": "da3c403f725904a8",
        "type": "ui-gauge",
        "z": "4fe103a56134b179",
        "name": "Frecuencia Salida",
        "group": "77aba445a02e1da1",
        "order": 2,
        "value": "payload.freq_real",
        "valueType": "msg",
        "width": "6",
        "height": "5",
        "gtype": "gauge-half",
        "gstyle": "needle",
        "title": "Frecuencia Hz",
        "alwaysShowTitle": false,
        "floatingTitlePosition": "top-left",
        "units": "Hz",
        "icon": "",
        "prefix": "",
        "suffix": "",
        "segments": [
            {
                "from": "0",
                "color": "#5cd65c",
                "text": "",
                "textType": "label"
            },
            {
                "from": "20",
                "color": "#ffc800",
                "text": "",
                "textType": "label"
            },
            {
                "from": "40",
                "color": "#ea5353",
                "text": "",
                "textType": "label"
            }
        ],
        "min": 0,
        "max": "60",
        "sizeThickness": 16,
        "sizeGap": 4,
        "sizeKeyThickness": 8,
        "styleRounded": true,
        "styleGlow": false,
        "className": "",
        "x": 690,
        "y": 100,
        "wires": [
            []
        ]
    },
    {
        "id": "e17cc7fe2e5212ad",
        "type": "ui-chart",
        "z": "4fe103a56134b179",
        "group": "0923361061d54268",
        "name": "Tensón Salida",
        "label": "Tensón Salida",
        "order": 2,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "Tiempo",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "auto",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "Tensión [V]",
        "yAxisProperty": "payload",
        "yAxisPropertyType": "msg",
        "ymin": "0",
        "ymax": "320",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": "60",
        "removeOlderUnit": "60",
        "removeOlderPoints": "200",
        "colors": [
            "#0095ff",
            "#fb1818",
            "#ff7f0e",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#f82525"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": "4",
        "className": "",
        "interpolation": "linear",
        "x": 680,
        "y": 200,
        "wires": [
            [
                "97de7c939606c9f3"
            ]
        ]
    },
    {
        "id": "eb70f38be669d9f5",
        "type": "modbus-write",
        "z": "4fe103a56134b179",
        "name": "Modbus-Write ",
        "showStatusActivities": false,
        "showErrors": true,
        "showWarnings": true,
        "unitid": "1",
        "dataType": "HoldingRegister",
        "adr": "8192",
        "quantity": "1",
        "server": "40cbcf0e96b60c98",
        "emptyMsgOnFail": false,
        "keepMsgProperties": false,
        "delayOnStart": false,
        "startDelayTime": "",
        "x": 300,
        "y": 640,
        "wires": [
            [],
            [
                "a80e2e0b65717ed7",
                "d84cdd1de29ec0b5"
            ]
        ]
    },
    {
        "id": "8de19d8227778657",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 5",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 300,
        "y": 580,
        "wires": []
    },
    {
        "id": "51c82beacbf20c9d",
        "type": "ui-button",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "name": "",
        "label": "FORWARD",
        "order": 3,
        "width": 0,
        "height": 0,
        "emulateClick": false,
        "tooltip": "",
        "color": "",
        "bgcolor": "",
        "className": "",
        "icon": "",
        "iconPosition": "left",
        "payload": "18",
        "payloadType": "num",
        "topic": "topic",
        "topicType": "msg",
        "buttonColor": "",
        "textColor": "",
        "iconColor": "",
        "enableClick": true,
        "enablePointerdown": false,
        "pointerdownPayload": "",
        "pointerdownPayloadType": "str",
        "enablePointerup": false,
        "pointerupPayload": "",
        "pointerupPayloadType": "str",
        "x": 90,
        "y": 580,
        "wires": [
            [
                "8de19d8227778657",
                "eb70f38be669d9f5"
            ]
        ]
    },
    {
        "id": "a80e2e0b65717ed7",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 6",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 580,
        "y": 600,
        "wires": []
    },
    {
        "id": "7404ca59b39c329f",
        "type": "ui-button",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "name": "",
        "label": "STOP",
        "order": 4,
        "width": 0,
        "height": 0,
        "emulateClick": false,
        "tooltip": "",
        "color": "",
        "bgcolor": "",
        "className": "btn",
        "icon": "",
        "iconPosition": "left",
        "payload": "1",
        "payloadType": "num",
        "topic": "topic",
        "topicType": "msg",
        "buttonColor": "#ff0000",
        "textColor": "",
        "iconColor": "",
        "enableClick": true,
        "enablePointerdown": false,
        "pointerdownPayload": "",
        "pointerdownPayloadType": "str",
        "enablePointerup": false,
        "pointerupPayload": "",
        "pointerupPayloadType": "str",
        "x": 70,
        "y": 640,
        "wires": [
            [
                "eb70f38be669d9f5"
            ]
        ]
    },
    {
        "id": "4bdacbb984c27c2f",
        "type": "ui-button",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "name": "",
        "label": "REVERSE",
        "order": 5,
        "width": 0,
        "height": 0,
        "emulateClick": false,
        "tooltip": "",
        "color": "",
        "bgcolor": "",
        "className": "",
        "icon": "",
        "iconPosition": "left",
        "payload": "34",
        "payloadType": "num",
        "topic": "topic",
        "topicType": "msg",
        "buttonColor": "#008000",
        "textColor": "",
        "iconColor": "",
        "enableClick": true,
        "enablePointerdown": false,
        "pointerdownPayload": "",
        "pointerdownPayloadType": "str",
        "enablePointerup": false,
        "pointerupPayload": "",
        "pointerupPayloadType": "str",
        "x": 90,
        "y": 700,
        "wires": [
            [
                "eb70f38be669d9f5"
            ]
        ]
    },
    {
        "id": "97de7c939606c9f3",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 7",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 900,
        "y": 200,
        "wires": []
    },
    {
        "id": "7718463c54060bd0",
        "type": "ui-text",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "order": 6,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "ESTADO ACTUAL",
        "format": "{{msg.payload}}",
        "layout": "col-center",
        "style": true,
        "font": "Arial Black,Arial Black,Gadget,sans-serif",
        "fontSize": 16,
        "color": "#000000",
        "wrapText": false,
        "className": "",
        "value": "payload",
        "valueType": "msg",
        "x": 810,
        "y": 720,
        "wires": []
    },
    {
        "id": "bd998b26150a33ee",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 8",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "payload",
        "targetType": "msg",
        "statusVal": "",
        "statusType": "auto",
        "x": 800,
        "y": 780,
        "wires": []
    },
    {
        "id": "d84cdd1de29ec0b5",
        "type": "function",
        "z": "4fe103a56134b179",
        "name": "Estado Actual",
        "func": "let st = msg.payload.value;   \n\n\nif (st==1){\n    msg.payload = \"🔴 STOP\";\n}\nelse if (st==18){\n    msg.payload = \"🔵 FORWARD\";\n}\nelse{\n    msg.payload = \"🟢 REVERSE\";\n}\n\nreturn msg;\n\n",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 600,
        "y": 720,
        "wires": [
            [
                "bd998b26150a33ee",
                "7718463c54060bd0"
            ]
        ]
    },
    {
        "id": "404935e24f4a29d8",
        "type": "debug",
        "z": "4fe103a56134b179",
        "name": "debug 9",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 440,
        "y": 420,
        "wires": []
    },
    {
        "id": "b20a7f5c931bb329",
        "type": "ui-chart",
        "z": "4fe103a56134b179",
        "group": "0923361061d54268",
        "name": "Tensón BUS-DC",
        "label": "Tensón BUS-DC",
        "order": 3,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "Tiempo",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "auto",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "Tensión [V]",
        "yAxisProperty": "payload",
        "yAxisPropertyType": "msg",
        "ymin": "250",
        "ymax": "340",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": "60",
        "removeOlderUnit": "60",
        "removeOlderPoints": "200",
        "colors": [
            "#0095ff",
            "#fb1818",
            "#ff7f0e",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#f82525"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": "4",
        "className": "",
        "interpolation": "linear",
        "x": 680,
        "y": 240,
        "wires": [
            []
        ]
    },
    {
        "id": "7ef3a3fb9ce0fa33",
        "type": "ui-button",
        "z": "4fe103a56134b179",
        "group": "77aba445a02e1da1",
        "name": "",
        "label": "FAULT RESET",
        "order": 7,
        "width": 0,
        "height": 0,
        "emulateClick": false,
        "tooltip": "",
        "color": "",
        "bgcolor": "",
        "className": "",
        "icon": "",
        "iconPosition": "left",
        "payload": "8",
        "payloadType": "num",
        "topic": "topic",
        "topicType": "msg",
        "buttonColor": "#ff0000 ",
        "textColor": "",
        "iconColor": "",
        "enableClick": true,
        "enablePointerdown": false,
        "pointerdownPayload": "",
        "pointerdownPayloadType": "str",
        "enablePointerup": false,
        "pointerupPayload": "",
        "pointerupPayloadType": "str",
        "x": 100,
        "y": 760,
        "wires": [
            [
                "eb70f38be669d9f5"
            ]
        ]
    },
    {
        "id": "40cbcf0e96b60c98",
        "type": "modbus-client",
        "name": "PORT_RS485",
        "clienttype": "serial",
        "bufferCommands": true,
        "stateLogEnabled": false,
        "queueLogEnabled": false,
        "failureLogEnabled": true,
        "tcpHost": "127.0.0.1",
        "tcpPort": 502,
        "tcpType": "DEFAULT",
        "serialPort": "COM6",
        "serialType": "RTU-BUFFERD",
        "serialBaudrate": "9600",
        "serialDatabits": 8,
        "serialStopbits": 1,
        "serialParity": "even",
        "serialConnectionDelay": 100,
        "serialAsciiResponseStartDelimiter": "0x3A",
        "unit_id": 1,
        "commandDelay": 1,
        "clientTimeout": 1000,
        "reconnectOnTimeout": true,
        "reconnectTimeout": 2000,
        "parallelUnitIdsAllowed": true,
        "showErrors": false,
        "showWarnings": true,
        "showLogs": true
    },
    {
        "id": "0923361061d54268",
        "type": "ui-group",
        "name": "Graficas Dashboard 2.0",
        "page": "072ff6ccf57c9e87",
        "width": 6,
        "height": 1,
        "order": 2,
        "showTitle": true,
        "className": "",
        "visible": "true",
        "disabled": "false",
        "groupType": "default"
    },
    {
        "id": "77aba445a02e1da1",
        "type": "ui-group",
        "name": "Visualización Dashboard 2.0",
        "page": "072ff6ccf57c9e87",
        "width": 6,
        "height": 1,
        "order": 1,
        "showTitle": true,
        "className": "",
        "visible": "true",
        "disabled": "false",
        "groupType": "default"
    },
    {
        "id": "072ff6ccf57c9e87",
        "type": "ui-page",
        "name": "PARÁMETROS VDF",
        "ui": "2f6f787b7c8af46c",
        "path": "/page1",
        "icon": "home",
        "layout": "grid",
        "theme": "055487a8063faf4a",
        "breakpoints": [
            {
                "name": "Default",
                "px": "0",
                "cols": "3"
            },
            {
                "name": "Tablet",
                "px": "576",
                "cols": "6"
            },
            {
                "name": "Small Desktop",
                "px": "768",
                "cols": "9"
            },
            {
                "name": "Desktop",
                "px": "1024",
                "cols": "12"
            }
        ],
        "order": 1,
        "className": "",
        "visible": "true",
        "disabled": "false"
    },
    {
        "id": "2f6f787b7c8af46c",
        "type": "ui-base",
        "name": "My Dashboard",
        "path": "/dashboard",
        "appIcon": "",
        "includeClientData": true,
        "acceptsClientConfig": [
            "ui-notification",
            "ui-control"
        ],
        "showPathInSidebar": false,
        "headerContent": "page",
        "navigationStyle": "default",
        "titleBarStyle": "default",
        "showReconnectNotification": true,
        "notificationDisplayTime": 1,
        "showDisconnectNotification": true,
        "allowInstall": false
    },
    {
        "id": "055487a8063faf4a",
        "type": "ui-theme",
        "name": "Default Theme",
        "colors": {
            "surface": "#ffffff",
            "primary": "#0094ce",
            "bgPage": "#eeeeee",
            "groupBg": "#ffffff",
            "groupOutline": "#cccccc"
        },
        "sizes": {
            "density": "default",
            "pagePadding": "12px",
            "groupGap": "12px",
            "groupBorderRadius": "4px",
            "widgetGap": "12px"
        }
    }
]