core/examples/main.hmdl.json

21 lines
265 B
JSON
Raw Normal View History

2022-11-30 08:15:35 +01:00
{
2023-03-04 15:22:45 +01:00
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"threshold": 1,
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
2023-03-03 18:50:21 +01:00
"includes": [
2023-03-04 15:29:22 +01:00
"script.hmdl.json",
"file_state.hmdl.json"
]
2022-11-30 08:15:35 +01:00
}