core/examples/main.hmdl.json
2023-04-28 17:30:51 +02:00

21 lines
272 B
JSON

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