[
    {
        "id": "fbd40ee5e4a56958",
        "type": "tab",
        "label": "01-mock",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "6a41db1a50615787",
        "type": "inject",
        "z": "fbd40ee5e4a56958",
        "name": "timer",
        "props": [
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "3",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "x": 230,
        "y": 200,
        "wires": [
            [
                "c27673a6184b0c06"
            ]
        ]
    },
    {
        "id": "c27673a6184b0c06",
        "type": "function",
        "z": "fbd40ee5e4a56958",
        "name": "generate JSON",
        "func": "msg.payload = {\n    \"Temperatur\": 21,\n    \"Luftfeuchtigkeit\": 45\n}\n\n// Temperatur +-8 Luftfeuchtigkeit +-15\nconst randomTemp = 21 + (Math.floor(Math.random() * 10) - 5)\nconst randomHum = 45 + (Math.floor(Math.random() * 20) - 10)\n\n// Werte in Payload einfügen\nmsg.payload.Temperatur = randomTemp\nmsg.payload.Luftfeuchtigkeit = randomHum\n\nreturn msg;",
        "outputs": 1,
        "timeout": 0,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 460,
        "y": 200,
        "wires": [
            [
                "1619c9f554179c3a",
                "587186c1c5821565"
            ]
        ]
    },
    {
        "id": "1619c9f554179c3a",
        "type": "ui-chart",
        "z": "fbd40ee5e4a56958",
        "group": "081ff2ce7f6f7b57",
        "name": "Temperatur",
        "label": "Temperatur",
        "order": 1,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "auto",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "",
        "yAxisProperty": "payload.Temperatur",
        "yAxisPropertyType": "msg",
        "ymin": "",
        "ymax": "",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": 1,
        "removeOlderUnit": "3600",
        "removeOlderPoints": "",
        "colors": [
            "#0095ff",
            "#ff0000",
            "#ff7f0e",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#e5e5e5"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": 8,
        "className": "",
        "interpolation": "linear",
        "x": 750,
        "y": 140,
        "wires": [
            []
        ]
    },
    {
        "id": "587186c1c5821565",
        "type": "ui-chart",
        "z": "fbd40ee5e4a56958",
        "group": "081ff2ce7f6f7b57",
        "name": "Luftfeuchtigkeit",
        "label": "Luftfeuchtigkeit",
        "order": 2,
        "chartType": "line",
        "category": "topic",
        "categoryType": "msg",
        "xAxisLabel": "",
        "xAxisProperty": "",
        "xAxisPropertyType": "timestamp",
        "xAxisType": "time",
        "xAxisFormat": "",
        "xAxisFormatType": "auto",
        "xmin": "",
        "xmax": "",
        "yAxisLabel": "",
        "yAxisProperty": "payload.Luftfeuchtigkeit",
        "yAxisPropertyType": "msg",
        "ymin": "",
        "ymax": "",
        "bins": 10,
        "action": "append",
        "stackSeries": false,
        "pointShape": "circle",
        "pointRadius": 4,
        "showLegend": true,
        "removeOlder": 1,
        "removeOlderUnit": "3600",
        "removeOlderPoints": "",
        "colors": [
            "#0095ff",
            "#ff0000",
            "#ff7f0e",
            "#2ca02c",
            "#a347e1",
            "#d62728",
            "#ff9896",
            "#9467bd",
            "#c5b0d5"
        ],
        "textColor": [
            "#666666"
        ],
        "textColorDefault": true,
        "gridColor": [
            "#e5e5e5"
        ],
        "gridColorDefault": true,
        "width": 6,
        "height": 8,
        "className": "",
        "interpolation": "linear",
        "x": 760,
        "y": 220,
        "wires": [
            []
        ]
    },
    {
        "id": "081ff2ce7f6f7b57",
        "type": "ui-group",
        "name": "Gruppe 1",
        "page": "e64dc42442135b89",
        "width": 6,
        "height": 1,
        "order": 1,
        "showTitle": true,
        "className": "",
        "visible": "true",
        "disabled": "false",
        "groupType": "default"
    },
    {
        "id": "e64dc42442135b89",
        "type": "ui-page",
        "name": "Seite 1",
        "ui": "bee89a5af4fb0c2a",
        "path": "/page1",
        "icon": "home",
        "layout": "grid",
        "theme": "36375dc30ec0377d",
        "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": "bee89a5af4fb0c2a",
        "type": "ui-base",
        "name": "Mein 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": "36375dc30ec0377d",
        "type": "ui-theme",
        "name": "Standardthema",
        "colors": {
            "surface": "#ffffff",
            "primary": "#0094CE",
            "bgPage": "#eeeeee",
            "groupBg": "#ffffff",
            "groupOutline": "#cccccc"
        },
        "sizes": {
            "density": "default",
            "pagePadding": "12px",
            "groupGap": "12px",
            "groupBorderRadius": "4px",
            "widgetGap": "12px"
        }
    },
    {
        "id": "dac44d91b311f650",
        "type": "global-config",
        "env": [],
        "modules": {
            "@flowfuse/node-red-dashboard": "1.30.2"
        }
    }
]