watchforstock / evohome-client

Python client to access the Evohome web service
Apache License 2.0
88 stars 52 forks source link

expose set_status() as a public member #105

Closed zxdavb closed 4 years ago

zxdavb commented 4 years ago

A simple change to expose the _set_status as a public citizen, and provide that method as an alternative to the individual methods.

You may wish to simply rename _set_status() to set_status().