Skip to content

Releases: crownstone/crownstone-lib-python-cloud

Bump to aiohttp 3.7.4

Choose a tag to compare

@RicArch97 RicArch97 released this 03 May 14:23

Requirements

  • aiohttp 3.6.2 -> 3.7.4

Lib

  • Improved typing and none-type handling

Multiple logins, minor restructure

Choose a tag to compare

@RicArch97 RicArch97 released this 02 Nov 22:21

In this release:

  • Internal restructure of some parts for better maintainability.
  • It's now possible to login to multiple accounts at once, get the data from them, and switch Crownstones.

Breaking:

  • Crownstone dimming value range changed from 0..1 to 0..100.

Cloud data can now be updated!

Choose a tag to compare

@RicArch97 RicArch97 released this 22 Jun 11:44

After initialization, the existing cloud data can now be updated by calling one of the initialize() functions again, or the specific update functions in the cloud models.

All async functions are now prefixed with async_.

Changed aiohttp to 3.6.1

Choose a tag to compare

@RicArch97 RicArch97 released this 16 Jun 21:56
b7553f4

Downgraded version to satisfy Home Assistant dependency

Changed brightness parameter to float between 0 and 1

Choose a tag to compare

@RicArch97 RicArch97 released this 16 Jun 18:21
e4830a5

The brightness level between 0 to 1 is the default in the cloud, and also the one used by other libraries which makes is easier to use in integrations.

First release of Crownstone-Cloud

Choose a tag to compare

@RicArch97 RicArch97 released this 09 Jun 12:50

First release of the Crownstone cloud Python library!