summaryrefslogtreecommitdiff
path: root/app/constants/constants.py
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2023-11-16 21:07:07 -0600
committerDylan Bolger <dylan.bolger00@gmail.com>2023-11-16 21:07:07 -0600
commit0aaa626399695bcc630f35a27d8f5a3786a03d51 (patch)
treef3e7febbf94474affecd686c2a602177d7710da0 /app/constants/constants.py
parentdbb67f6c5672318047a74743f25306e54a8cc587 (diff)
downloadcity-utilities-restful-wrapper-0aaa626399695bcc630f35a27d8f5a3786a03d51.tar.xz
city-utilities-restful-wrapper-0aaa626399695bcc630f35a27d8f5a3786a03d51.zip
Add strDate key back to request endpoints
Diffstat (limited to 'app/constants/constants.py')
-rw-r--r--app/constants/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/constants/constants.py b/app/constants/constants.py
index f9acf56..f532a9d 100644
--- a/app/constants/constants.py
+++ b/app/constants/constants.py
@@ -91,6 +91,7 @@ electricUsageRequestJson = {
# Set Mode
'UsageOrGeneration': '1',
'Type': 'K',
+ 'strDate': '',
'hourlyType': 'H',
'SeasonId': '',
'weatherOverlay': 0,
@@ -103,6 +104,7 @@ electricUsageRequestJson = {
waterUsageRequestJson = {
# Set Mode
"Type":"W",
+ "strDate": "",
"hourlyType":"H",
"seasonId":"",
"weatherOverlay":0,