2022-11-30 08:15:35 +01:00
|
|
|
{
|
|
|
|
|
"defaults": {
|
2023-03-03 19:38:04 +01:00
|
|
|
"schedule": {
|
|
|
|
|
"regular_interval": 10,
|
2023-03-22 11:40:28 +01:00
|
|
|
"attentive_interval": 1,
|
|
|
|
|
"reminding_interval": 20
|
2023-03-03 19:38:04 +01:00
|
|
|
},
|
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": [
|
2023-03-04 15:29:22 +01:00
|
|
|
"script.hmdl.json",
|
2023-03-04 15:30:52 +01:00
|
|
|
"file_state.hmdl.json",
|
2023-03-22 11:06:32 +01:00
|
|
|
"generic_remote.hmdl.json"
|
2022-11-30 23:03:24 +01:00
|
|
|
]
|
2022-11-30 08:15:35 +01:00
|
|
|
}
|