Releases: jinnatar/python-cozify
Releases · jinnatar/python-cozify
v0.2.5 - API version & documentation update
Compatibility update to match Cozify Hub API version 1.6. Also contains a basic start for better documentation and minor stability and error logging improvements.
v0.2.4 - API version update
Compatibility update to match Cozify Hub API 1.4
v0.2.3 - better state storage
Now follows XDG specifications for storing config data, should make it easier to start using the library for the first time. If you want to migrate your old config:
mkdir -p ~/.config/python-cozify
chmod 700 ~/.config/python-cozify
mv ~/.config/python-cozify.cfg ~/.config/python-cozify/python-cozify.cfg
v0.2.2 - Token failure detection
Detect expired tokens and trigger relevant refreshes. Do note that this may require you to go enter your OTP password.
v0.2.1 - auth robustness
Improves on authentication flow robustness and allows recovery from human errors during setup. Also multisensor now pulls timestamp of data point for more accurate data timing.
v0.2 - The Basics
Basic authentication and device data query, i.e. The Basics