- Type =
tool_boxes
Adding a tool box node to the scenario.
-
sleep
(sleeps for time seconds)-
Data request to create:
{ "data": { "time": 5 } }
-
Data response
{ "data": { "time": 5 } }
-
-
repeater
(repeats the other remaining nodes in that path)-
Data request to create:
{ "data": { "count": 3 } }
-
Data response
{ "data": { "count": 3 } }
-