From 0aaa626399695bcc630f35a27d8f5a3786a03d51 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Thu, 16 Nov 2023 21:07:07 -0600 Subject: Add strDate key back to request endpoints --- app/constants/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/constants') 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, -- cgit v1.2.3