diff options
Diffstat (limited to 'app/constants')
| -rw-r--r-- | app/constants/constants.py | 2 |
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, |
