22 lines
295 B
JSON
22 lines
295 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"
|
|
]
|
|
}
|