core/examples/test.hmdl.json

22 lines
283 B
JSON
Raw Normal View History

2022-11-30 08:15:35 +01:00
{
"defaults": {
2023-03-03 19:38:04 +01:00
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
2023-03-04 15:19:44 +01:00
"threshold": 1,
2023-03-03 19:38:04 +01:00
"notifications": [
{
"kind": "console",
"parameters": {
2022-11-30 08:15:35 +01:00
}
}
2023-03-03 19:38:04 +01:00
]
},
2023-03-03 18:50:21 +01:00
"includes": [
"test-1.hmdl.json",
2023-03-03 19:38:04 +01:00
"test-2.hmdl.json",
"test-3.hmdl.json"
]
2022-11-30 08:15:35 +01:00
}