[
    {
        "id": "2a3a7ccc01a8d2da",
        "type": "tab",
        "label": "Digital Input State",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "4bc8d782a2988c6d",
        "type": "ui_statetrail",
        "z": "2a3a7ccc01a8d2da",
        "group": "d1bf3f3e9ad808ef",
        "order": 0,
        "width": "6",
        "height": "2",
        "name": "",
        "label": "Pin 1",
        "states": [
            {
                "state": 1,
                "col": "#009933",
                "t": "num",
                "label": ""
            },
            {
                "state": 0,
                "col": "#999999",
                "t": "num",
                "label": ""
            }
        ],
        "periodLimit": "10",
        "periodLimitUnit": "60",
        "timeformat": "HH:mm:ss",
        "tickmarks": 4,
        "persist": false,
        "legend": 1,
        "combine": true,
        "blanklabel": "",
        "x": 840,
        "y": 180,
        "wires": [
            []
        ]
    },
    {
        "id": "d3ad68a82ae3ed29",
        "type": "ax-dio in",
        "z": "2a3a7ccc01a8d2da",
        "name": "",
        "pin": "1",
        "intype": "in",
        "read": false,
        "x": 360,
        "y": 160,
        "wires": [
            [
                "2e0e02b6025e0693",
                "4c7a92a7178fdbb9"
            ]
        ]
    },
    {
        "id": "7ad8dc7b93a1093d",
        "type": "inject",
        "z": "2a3a7ccc01a8d2da",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 150,
        "y": 200,
        "wires": [
            [
                "d3ad68a82ae3ed29"
            ]
        ]
    },
    {
        "id": "2e0e02b6025e0693",
        "type": "rbe",
        "z": "2a3a7ccc01a8d2da",
        "name": "",
        "func": "rbe",
        "gap": "",
        "start": "",
        "inout": "out",
        "septopics": true,
        "property": "payload",
        "topi": "topic",
        "x": 550,
        "y": 200,
        "wires": [
            [
                "4bc8d782a2988c6d"
            ]
        ]
    },
    {
        "id": "4c7a92a7178fdbb9",
        "type": "debug",
        "z": "2a3a7ccc01a8d2da",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 580,
        "y": 80,
        "wires": []
    },
    {
        "id": "d1bf3f3e9ad808ef",
        "type": "ui_group",
        "name": "DIO State Trail",
        "tab": "edc72d1c1f10d9aa",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "edc72d1c1f10d9aa",
        "type": "ui_tab",
        "name": "Axiomtek DIO",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    },
    {
        "id": "d5efa04a41277755",
        "type": "tab",
        "label": "HW Monitor",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "a49e8f9476d75936",
        "type": "ax-hwmon",
        "z": "d5efa04a41277755",
        "name": "",
        "x": 430,
        "y": 320,
        "wires": [
            [
                "c3fd0205a3331585",
                "855e9f5ace52a526"
            ]
        ]
    },
    {
        "id": "4d60bba27b881d87",
        "type": "inject",
        "z": "d5efa04a41277755",
        "name": "Read Temperature",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "temperature",
        "payloadType": "date",
        "x": 160,
        "y": 360,
        "wires": [
            [
                "a49e8f9476d75936"
            ]
        ]
    },
    {
        "id": "c3fd0205a3331585",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "CPU Temperature",
        "func": "var temp = msg.payload.Temp_Cpu;\n\nmsg.payload = temp;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 740,
        "y": 300,
        "wires": [
            [
                "36beafc97f974d7b"
            ]
        ]
    },
    {
        "id": "36beafc97f974d7b",
        "type": "ui_text",
        "z": "d5efa04a41277755",
        "group": "6a36524735d6a321",
        "order": 0,
        "width": 0,
        "height": 0,
        "name": "Temperature",
        "label": "CPU Temperature",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 1050,
        "y": 360,
        "wires": []
    },
    {
        "id": "855e9f5ace52a526",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "System Temperature",
        "func": "var temp = msg.payload.Temp_System;\n\nmsg.payload = temp;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 740,
        "y": 420,
        "wires": [
            [
                "030560e2d3573edf"
            ]
        ]
    },
    {
        "id": "030560e2d3573edf",
        "type": "ui_text",
        "z": "d5efa04a41277755",
        "group": "6a36524735d6a321",
        "order": 2,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "System Temperature",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 1080,
        "y": 440,
        "wires": []
    },
    {
        "id": "5048fa8342ae0740",
        "type": "ax-hwmon",
        "z": "d5efa04a41277755",
        "name": "",
        "x": 430,
        "y": 500,
        "wires": [
            [
                "981c0127c177c05d",
                "94a72e058c334256"
            ]
        ]
    },
    {
        "id": "58eb972a65d3591e",
        "type": "inject",
        "z": "d5efa04a41277755",
        "name": "Read Voltage",
        "props": [
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "voltage",
        "x": 160,
        "y": 500,
        "wires": [
            [
                "5048fa8342ae0740"
            ]
        ]
    },
    {
        "id": "c725b3084b675303",
        "type": "ui_gauge",
        "z": "d5efa04a41277755",
        "name": "",
        "group": "0f07cc71afecfd08",
        "order": 3,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "3.3V",
        "label": "voltage",
        "format": "{{value}}",
        "min": 0,
        "max": 10,
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "className": "",
        "x": 1030,
        "y": 520,
        "wires": []
    },
    {
        "id": "981c0127c177c05d",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "3.3V",
        "func": "var vol = msg.payload.Voltage_3V3 / 1000; // millivoltage to voltage\n\nmsg.payload = vol;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 700,
        "y": 520,
        "wires": [
            [
                "c725b3084b675303"
            ]
        ]
    },
    {
        "id": "94a72e058c334256",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "5V Power",
        "func": "var vol = msg.payload.Voltage_5V / 1000;\n\nmsg.payload = vol;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 710,
        "y": 600,
        "wires": [
            [
                "22da8a6faba02959"
            ]
        ]
    },
    {
        "id": "22da8a6faba02959",
        "type": "ui_gauge",
        "z": "d5efa04a41277755",
        "name": "",
        "group": "0f07cc71afecfd08",
        "order": 1,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "5V",
        "label": "voltage",
        "format": "{{value}}",
        "min": 0,
        "max": 10,
        "colors": [
            "#00b500",
            "#e6e600",
            "#ca3838"
        ],
        "seg1": "",
        "seg2": "",
        "className": "",
        "x": 1030,
        "y": 600,
        "wires": []
    },
    {
        "id": "24fa16c89b92a1ab",
        "type": "ax-board",
        "z": "d5efa04a41277755",
        "name": "",
        "sensors": false,
        "x": 450,
        "y": 140,
        "wires": [
            [
                "5ba9ea151dd1d26e",
                "3ed34100adfcf73a",
                "e108b4ac3f1d1b14"
            ]
        ]
    },
    {
        "id": "48c5205fd3da6702",
        "type": "inject",
        "z": "d5efa04a41277755",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 120,
        "y": 120,
        "wires": [
            [
                "24fa16c89b92a1ab"
            ]
        ]
    },
    {
        "id": "5ba9ea151dd1d26e",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "EAPI Version",
        "func": "var version = msg.payload.EApi_Spec_Version;\nmsg.payload = version;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 710,
        "y": 100,
        "wires": [
            [
                "27f5205e580a1c7e"
            ]
        ]
    },
    {
        "id": "27f5205e580a1c7e",
        "type": "ui_text",
        "z": "d5efa04a41277755",
        "group": "d392b557.00e6b",
        "order": 4,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "EAPI Version",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 1020,
        "y": 100,
        "wires": []
    },
    {
        "id": "853e79197ef93d93",
        "type": "ui_text",
        "z": "d5efa04a41277755",
        "group": "d392b557.00e6b",
        "order": 5,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "Manufacturer",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 1040,
        "y": 160,
        "wires": []
    },
    {
        "id": "3ed34100adfcf73a",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "",
        "func": "var manu = msg.payload.Manufacturer;\n\nmsg.payload = manu;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 700,
        "y": 160,
        "wires": [
            [
                "853e79197ef93d93"
            ]
        ]
    },
    {
        "id": "e108b4ac3f1d1b14",
        "type": "function",
        "z": "d5efa04a41277755",
        "name": "",
        "func": "var name = msg.payload.Name;\n\nmsg.payload = name;\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 710,
        "y": 220,
        "wires": [
            [
                "12f556a2d45c733a"
            ]
        ]
    },
    {
        "id": "12f556a2d45c733a",
        "type": "ui_text",
        "z": "d5efa04a41277755",
        "group": "d392b557.00e6b",
        "order": 6,
        "width": 0,
        "height": 0,
        "name": "",
        "label": "Model",
        "format": "{{msg.payload}}",
        "layout": "row-spread",
        "className": "",
        "x": 1020,
        "y": 220,
        "wires": []
    },
    {
        "id": "6a36524735d6a321",
        "type": "ui_group",
        "name": "Live Temperature",
        "tab": "ca5d40e6bcc13479",
        "order": 2,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "0f07cc71afecfd08",
        "type": "ui_group",
        "name": "Live Voltage",
        "tab": "ca5d40e6bcc13479",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "d392b557.00e6b",
        "type": "ui_group",
        "name": "Board Info",
        "tab": "ca5d40e6bcc13479",
        "order": 3,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "ca5d40e6bcc13479",
        "type": "ui_tab",
        "name": "Axiomtek",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    },
    {
        "id": "455ce6fd0cd69ba9",
        "type": "tab",
        "label": "Watchdog",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "4592e97ab9ef1e87",
        "type": "ax-wdt",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "initial": "50",
        "reload": "50",
        "x": 370,
        "y": 180,
        "wires": [
            [
                "c32bd3cc36343f3b",
                "7686ba8ff3f48482"
            ]
        ]
    },
    {
        "id": "e9d2966ecd5818b1",
        "type": "inject",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "start",
        "payloadType": "str",
        "x": 140,
        "y": 200,
        "wires": [
            [
                "4592e97ab9ef1e87"
            ]
        ]
    },
    {
        "id": "c32bd3cc36343f3b",
        "type": "debug",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "true",
        "targetType": "full",
        "statusVal": "",
        "statusType": "auto",
        "x": 610,
        "y": 200,
        "wires": []
    },
    {
        "id": "f148c7c8ec3b76d7",
        "type": "inject",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "stop",
        "payloadType": "str",
        "x": 140,
        "y": 140,
        "wires": [
            [
                "4592e97ab9ef1e87"
            ]
        ]
    },
    {
        "id": "863da2e4effb7275",
        "type": "inject",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "reload",
        "payloadType": "str",
        "x": 140,
        "y": 100,
        "wires": [
            [
                "4592e97ab9ef1e87"
            ]
        ]
    },
    {
        "id": "7686ba8ff3f48482",
        "type": "ui_gauge",
        "z": "455ce6fd0cd69ba9",
        "name": "",
        "group": "9d4d8def23e1a307",
        "order": 0,
        "width": 0,
        "height": 0,
        "gtype": "gage",
        "title": "Watchdog Counter",
        "label": "units",
        "format": "{{value}}",
        "min": 0,
        "max": "900000",
        "colors": [
            "#cc0000",
            "#e6e600",
            "#8ae234"
        ],
        "seg1": "100000",
        "seg2": "500000",
        "className": "",
        "x": 650,
        "y": 140,
        "wires": []
    },
    {
        "id": "4248236f8754ec1c",
        "type": "inject",
        "z": "455ce6fd0cd69ba9",
        "name": "status",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "status",
        "payloadType": "str",
        "x": 140,
        "y": 280,
        "wires": [
            [
                "4592e97ab9ef1e87"
            ]
        ]
    },
    {
        "id": "9d4d8def23e1a307",
        "type": "ui_group",
        "name": "Watchdog",
        "tab": "6d9a959a290f10a5",
        "order": 1,
        "disp": true,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "6d9a959a290f10a5",
        "type": "ui_tab",
        "name": "Axiomtek Watchdog",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    }
]

