Skip to content

Releases: snjoetw/py-canary

Release 0.5.4

16 Jun 19:44
a486a4c
Compare
Choose a tag to compare
  • Fix for getting sensor data from the Canary API, now gets all sensors data (air quality, temperature, humidity, wifi). Previous API call was supposed to get 4 readings per sensor at 10 minute intervals, but the Canary API no longer supports getting readings this way. So instead of getting 4 readings over the past 40 minutes, get the the last 4 reading over the last 5 minutes. (by @0bmay)
  • Add extra script to run the API (example script, how to script.. etc) (by @0bmay)

Release 0.5.3

13 May 20:10
Compare
Choose a tag to compare
  • auth token is passed to LiveStreamApi so we don't need to force another login (by @0bmay)
  • adds call to stop a live stream session (by @0bmay)
  • fixes entries api to pull back data again (by @0bmay)
  • code refactoring (by @0bmay)

Release 0.5.2

06 May 18:17
Compare
Choose a tag to compare
  • Temperature readings are once again returned for Canary Pro (#13 by @0bmay)
  • Fixed Live Streaming from Canary Pro and Canary Flex. Canary View is untested, but should work too (#11, #13 by @katiebot @0bmay)
  • Updates canary's user agent header app version and iOS version to current values (#13 by @0bmay)

Release 0.5.1

30 Dec 20:08
4db9b7c
Compare
Choose a tag to compare

Release 0.5.0

17 Mar 05:36
Compare
Choose a tag to compare

Added WIFI and BATTERY sensor type (only available for Canary Flex)

Release 0.3.0

29 Dec 07:33
Compare
Choose a tag to compare

Added live stream API

Release 0.2.3

24 Nov 07:50
Compare
Choose a tag to compare
  • Added is_private flag to set_location_mode API to control is privacy mode is enabled or not

Release 0.2.2

20 Nov 22:04
Compare
Choose a tag to compare
  • Added timeout to login API call
  • Added is_celsius to Location
  • Added support to change location mode

Release 0.2.0

20 Nov 20:07
Compare
Choose a tag to compare
  • Moved to use Canary mobile API
  • Added logger for easier debbugging
  • Removed unnecessary fields in all model classes
  • Made login API call part of Api class constructor
  • Cleaned up fixtures

Release 0.1.2

03 Nov 03:31
Compare
Choose a tag to compare
  • Re-release 0.1.1