core/examples/test.hmdl.json
2023-03-04 15:19:44 +01:00

22 lines
283 B
JSON

{
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"threshold": 1,
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"includes": [
"test-1.hmdl.json",
"test-2.hmdl.json",
"test-3.hmdl.json"
]
}