jabesq-org / pyatmo

Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
MIT License
27 stars 29 forks source link

[Feature Request] Add support for reading therm end time #467

Closed deosrc closed 1 year ago

deosrc commented 1 year ago

When "therm_setpoint_mode": "manual" or max, there is usually an end time specified (3 hours by default). Can this be exposed by the Room class?

If the devcontainer is fixed (#466), I would be happy to try add this feature myself.