Skip to content

V1.1.1

Compare
Choose a tag to compare
@carlkidcrypto carlkidcrypto released this 22 Sep 23:57
· 87 commits to main since this release
c2bacb8

What's Changed

Breaking changes - the local api now expects a list of strings.
It went from this

my_paa = PurpleAirLocalAPI(ipv4_address)

to this

my_paa = PurpleAirLocalAPI(["ipv4_address"])

Full Changelog: v1.1.0...v1.1.1

https://pypi.org/project/purpleair-api/1.1.1