lifx_http_api 0.0.4 copy "lifx_http_api: ^0.0.4" to clipboard
lifx_http_api: ^0.0.4 copied to clipboard

outdated

A dart implementation of the LIFX HTTP API for smart LED bulbs.

Changelog #

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

The project does not yet adhere to Semantic Versioning. That is aimed for after initial release.

[Unreleased] #


[0.0.4] - 2021-05-29 #

  • Make Bulb.power non-final.

[0.0.3] - 2021-05-28 #

Added #

  • A new REPL CLI at bin/cli.dart for using local manual testing/use.

Changed #

  • Client.setState now required the Bulb id instead of uuid
  • Client.setState now returns the LIFX API response.
  • Added linting and fixed lots of small lint and type errors.

Fixed #

  • Passing any of the optional parameters to Client.setState will now actually add them to the request body.

[0.0.2] - 2021-05-17 #

Fixed #

  • Export Bulb class to be used for typing.

[0.0.1] - Initial Release 2021-05-17 #

Added #

  • listLights() Client method
  • setState(uuid) Client method
  • Bulb Class
3
likes
0
pub points
3%
popularity

Publisher

unverified uploader

A dart implementation of the LIFX HTTP API for smart LED bulbs.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cli_repl, dotenv, http, json_annotation, json_serializable, lint, meta

More

Packages that depend on lifx_http_api