[ { "id": "f6f2187d.f17ca8", "type": "tab", "label": "Random Number Example", "disabled": false, "info": "" }, { "id": "3cc11d24.ff01a2", "type": "inject", "z": "f6f2187d.f17ca8", "name": "Trigger Default", "props": [ { "p": "payload" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 150, "y": 100, "wires": [ [ "d5f9c99e.81f938" ] ] }, { "id": "d5f9c99e.81f938", "type": "fff-random-number", "z": "f6f2187d.f17ca8", "name": "", "min": 0, "max": 100, "decimals": 2, "cryptoSecure": false, "x": 380, "y": 140, "wires": [ [ "e2f2187d.f17ca8" ] ] }, { "id": "e2f2187d.f17ca8", "type": "debug", "z": "f6f2187d.f17ca8", "name": "Output", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "payload", "targetType": "msg", "statusVal": "", "statusType": "auto", "x": 590, "y": 140, "wires": [] }, { "id": "dynamic-inject", "type": "inject", "z": "f6f2187d.f17ca8", "name": "Dynamic Config (10-20)", "props": [ { "p": "min", "v": "10", "vt": "num" }, { "p": "max", "v": "20", "vt": "num" }, { "p": "decimals", "v": "0", "vt": "num" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "x": 150, "y": 180, "wires": [ [ "d5f9c99e.81f938" ] ] } ]