core/examples/main.hmdl.json

23 lines
324 B
JSON

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