[ { "id": "ae3043208ac59747", "type": "tab", "label": "Azure IoT", "disabled": false, "info": "", "env": [] }, { "id": "7d6c43ee8c7cb5fd", "type": "function", "z": "ae3043208ac59747", "name": "Construct Azure Message", "func": "msg.payload = {\n 'deviceId': \"ctrlXCORE\",\n 'key': \"jSl3SNFqaDlYtui+TWKjARLvl6H+7iZsprZFvdBmqBs=\",\n 'protocol':'mqtt' ,\n 'data':String(Math.random() * 100)\n}\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "libs": [], "x": 410, "y": 140, "wires": [ [ "95f45315485f4333" ] ] }, { "id": "8487d656cee1814e", "type": "inject", "z": "ae3043208ac59747", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 190, "y": 140, "wires": [ [ "7d6c43ee8c7cb5fd" ] ] }, { "id": "95f45315485f4333", "type": "azureiothub", "z": "ae3043208ac59747", "name": "Azure IoT Hub", "protocol": "mqtt", "x": 640, "y": 140, "wires": [ [] ] } ]