blob: 400f3c3f50e3bc1d97237b58064e0c63cb7549e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
POST /function/{block_id}/
Input JSON - Map of
Time
Explicit Input Port Values (one for each port)
Implicit Input Port Values (one for each port)
Command Port Values (one for each port)
Block Parameter Values
Response JSON - function_execution_id
GET /stopfunction/{function_execution_id}/
Status Code
200
Response JSON -
GET /getfunctionoutput/{function_execution_id}/
Status Code
200
Response JSON - Array of
Explicit Output Port Values (one for each port)
Implicit Output Port Values (one for each port)
Control Port Values (one for each port)
|