mirror of
https://gitlab.com/openlp/openlp_api_tester.git
synced 2024-12-25 11:14:08 +00:00
17 lines
286 B
JSON
17 lines
286 B
JSON
|
{
|
||
|
"process_name": "Show basic alert process",
|
||
|
"step1": {
|
||
|
"name": "trigger_alert",
|
||
|
"payload": {
|
||
|
"text": "Some Text",
|
||
|
"min": 0
|
||
|
}
|
||
|
},
|
||
|
"step2": {
|
||
|
"name": "trigger_alert",
|
||
|
"payload": {
|
||
|
"text": "Some more text Text",
|
||
|
"delay": 5
|
||
|
}
|
||
|
}
|
||
|
}
|