[ { "id": "74dddd1.aeae324", "type": "inject", "z": "6627d8cd.92ef5", "name": "", "topic": "", "payload": "246F28AA380C", "payloadType": "str", "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "x": 120, "y": 60, "wires": [ [ "6182a618.62da6" ] ] }, { "id": "6182a618.62da6", "type": "function", "z": "6627d8cd.92ef5", "name": "--> MAC", "func": "flow.set(\"MAC\",msg.payload)\nreturn msg;", "outputs": 1, "noerr": 0, "x": 300, "y": 60, "wires": [ [] ] }, { "id": "c5725ecd.276ee8", "type": "inject", "z": "6627d8cd.92ef5", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 120, "y": 120, "wires": [ [ "be7ca639.9fd16" ] ] }, { "id": "be7ca639.9fd16", "type": "function", "z": "6627d8cd.92ef5", "name": "MAC -->", "func": "var MAC = flow.get(\"MAC\");\nmsg.payload = MAC;\nreturn msg;", "outputs": 1, "noerr": 0, "x": 300, "y": 120, "wires": [ [ "972c67ef.9cdcd8" ] ] }, { "id": "972c67ef.9cdcd8", "type": "debug", "z": "6627d8cd.92ef5", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 480, "y": 120, "wires": [] } ]