core/examples/main.hmdl.json
2023-04-24 12:19:10 +02:00

21 lines
274 B
JSON

{
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1,
"reminding_interval": 20
},
"threshold": 1,
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"includes": [
"http_request.hmdl.json"
]
}