[FEATURE] Allow datetime objects as arguments for before
and after
parameters in fetch_consumption and fetch_production
#36
Labels
enhancement
New feature or request
good first issue
Good for newcomers
low priority
This issue will probably not be looked into for a while
Describe the solution you'd like
The
before
andafter
parameters ofHome.fetch_consumption()
andHome.fetch_production()
are actually Base64 encoded datetimes. It would be nice to be able to pass those arguments as a datetime object as well as a base64 string. Passing a datetime object can be much more readable and intuitive.The text was updated successfully, but these errors were encountered: