Add support for rules per day

This commit is contained in:
Jonas Lochmann
2020-11-23 01:00:00 +01:00
parent 2a8250c9f7
commit 259c4d94a9
19 changed files with 256 additions and 12 deletions
+10
View File
@@ -330,6 +330,9 @@ const definitions = {
},
"pause": {
"type": "number"
},
"perDay": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -1300,6 +1303,9 @@ const definitions = {
},
"pause": {
"type": "number"
},
"perDay": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -2267,6 +2273,9 @@ const definitions = {
},
"pause": {
"type": "number"
},
"perDay": {
"type": "boolean"
}
},
"additionalProperties": false,
@@ -2277,6 +2286,7 @@ const definitions = {
"id",
"maxTime",
"pause",
"perDay",
"session",
"start"
]