core/examples/main.hmdl.json
2023-03-04 15:30:52 +01:00

22 lines
301 B
JSON

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