Add support for delayed notification blocking

This commit is contained in:
Jonas Lochmann
2021-12-06 01:00:00 +01:00
parent 6bf6cce720
commit bc80ccc731
8 changed files with 114 additions and 15 deletions
+7
View File
@@ -940,6 +940,9 @@ const definitions = {
},
"blocked": {
"type": "boolean"
},
"blockDelay": {
"type": "number"
}
},
"additionalProperties": false,
@@ -2048,11 +2051,15 @@ const definitions = {
},
"flags": {
"type": "number"
},
"blockNotificationDelay": {
"type": "number"
}
},
"additionalProperties": false,
"required": [
"blockAllNotifications",
"blockNotificationDelay",
"blockedTimes",
"categoryId",
"childId",