make working hours, weekdays configurable by impl ntg

This commit is contained in:
bel
2022-01-30 08:34:14 -07:00
parent 93d74fb9e1
commit 4a25e7dc0f
3 changed files with 26 additions and 8 deletions

View File

@@ -80,8 +80,8 @@
"RadiusMiles": 200,
"NTG": {
"Working": {
"Hours": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23],
"Weekdays": [0, 1, 2, 3, 4, 5, 6]
"Hours": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
"Weekdays": [1, 2, 3, 4, 5]
},
"Enabled": false,
"JobInfo": true,