Skip to content

Releases: neroist/nim-govee

v1.0.3

06 May 21:58
dc715c1
Compare
Choose a tag to compare

v1.0.3

Fixes issue with getInfo where it would fail when given a response it didn't expect. For example, if you were rate limited it wouldn't raise a GoveeRateLimitedError, instead it would fail because of a "JsonParsingError."

v1.0.2

25 Apr 04:38
44b0487
Compare
Choose a tag to compare

v1.0.2

getInfo's brightness is now a float, not a int.

v1.0.1

25 Apr 04:03
51e8700
Compare
Choose a tag to compare

v1.0.1

Changes

There's a new function called getInfo, which allows you to retrieve all device information as a tuple, without making multiple API calls.

Another change is that commands (e.g. getColor, setBrightness, ect.) use a new http client, instead of having a global client used by all commands.

First Version - v1.0.0

19 Apr 22:13
742b0d4
Compare
Choose a tag to compare

First version.