mezz64 / pyEight

Python library to interface with the Eight Sleep API
MIT License
59 stars 15 forks source link

Allow for the use of new temperature and schedule setting apis #41

Closed andrew-kennedy closed 3 months ago

andrew-kennedy commented 1 year ago

This doesn't fix the oauth issues but does update the user.py class to be able to set away mode, temperature schedule, current temp, and side of the bed.

mezz64 commented 1 year ago

Have you tested this? We can't use the app-api endpoint without implementing OAuth. I also don't see token authentication working for the temperature endpoint on the client-api endpoint in my testing.