Breaking Changes
value
arg inasync_change_prefilter_setting
now needs to be of typeint
instead of astring
(due to changes in Coway's API)
Other Changes
- Fixed authentication to use new redirect_url as the old one has been deprecated by Coway
async_control_purifier
andasync_change_prefilter_setting
now use new API endpoints/different data is sent due to Coway deprecating the endpoints that were previously usedCowayError
exception is now raised if a control command or prefilter frequency change command fails
Full Changelog: 0.1.11...0.1.12