graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/switch.json (397B)
1 {
2 "name": "Switch",
3 "type": "switch",
4 "inputs": 4,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Input 2", "type": "text", "default": "" },
9 { "name": "Input 3", "type": "text", "default": "" },
10 { "name": "Input 4", "type": "text", "default": "" },
11 { "name": "Index", "type": "spinbox", "default": "0", "min": 0, "max": 3, "step": 1 }
12 ]
13 }