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

21 lines
265 B
JSON

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