cml-test-module
Version:
module to test exporting of subflows
64 lines • 1.52 kB
JSON
{
"id": "83e525f86f5819e7",
"type": "subflow",
"name": "Test",
"info": "",
"category": "",
"in": [
{
"x": 80,
"y": 60,
"wires": [
{
"id": "722de8d1b74fce7a"
}
]
}
],
"out": [
{
"x": 320,
"y": 60,
"wires": [
{
"id": "722de8d1b74fce7a",
"port": 0
}
]
}
],
"env": [],
"meta": {
"module": "cml-test-mod",
"version": "0.0.1",
"author": "Palo",
"desc": "module to test exporting of subflows",
"keywords": "cml"
},
"color": "#3FADB5",
"flow":[{
"id": "722de8d1b74fce7a",
"type": "change",
"z": "83e525f86f5819e7",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "CML testing module",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 200,
"y": 60,
"wires": [
[]
]
}]
}