add ntg configurable work hours, weekdays

This commit is contained in:
bel
2022-01-30 08:29:06 -07:00
parent c62d84b40a
commit 60f19968e3
3 changed files with 13 additions and 1 deletions

View File

@@ -79,6 +79,10 @@
"UseZips": true,
"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]
},
"Enabled": false,
"JobInfo": true,
"Mock": true,
@@ -94,4 +98,4 @@
"Password": "166647"
}
}
}
}