openlp_api_tester/scripts/alert.json

13 lines
290 B
JSON
Raw Normal View History

2022-02-12 18:00:27 +00:00
{
"process_name": "Show basic alert process",
2022-02-19 08:15:40 +00:00
"step1": {"active": true,
2022-02-12 18:00:27 +00:00
"name": "trigger_alert",
2022-02-19 08:15:40 +00:00
"min": 0,
"payload": { "text": "Some Text" }
2022-02-12 18:00:27 +00:00
},
2022-02-19 08:15:40 +00:00
"step2": {"active": true,
2022-02-12 18:00:27 +00:00
"name": "trigger_alert",
2022-02-19 08:15:40 +00:00
"delay": 5,
"payload": { "text": "Some more text Text" }
2022-02-12 18:00:27 +00:00
}
}