Skip to content

Commit 60667d4

Browse files
committed
add dummy echo module
1 parent 36b1b9e commit 60667d4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "echo",
3+
"description": "test echo",
4+
"template": {
5+
"version": "1",
6+
"list": [
7+
{
8+
"exe": "echo",
9+
"id": "echo",
10+
"params": ["{{ input | default('Hello World') }}"]
11+
},
12+
{
13+
"module": "r.grow",
14+
"id": "r.grow.numerical.input",
15+
"inputs": [
16+
{
17+
"param": "input",
18+
"value": "elevation"
19+
},
20+
{
21+
"param": "output",
22+
"value": "output"
23+
},
24+
{
25+
"param": "radius",
26+
"value": "{{ pause | default(1) }}"
27+
}
28+
]
29+
}
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)