CliffS / ikea-tradfri

A library to access the IKEA Trådfri lighting system without needing to call a separate binary
GNU Lesser General Public License v3.0
12 stars 6 forks source link

Typo in `Bulb.js` #4

Closed mstoetzer closed 5 years ago

mstoetzer commented 5 years ago

Thanks for the lib!

You got a typo in Bulb.js Line 33:

setBrighness ;)

Sorry, don't have time for opening a PR.

Kind regards :)

CliffS commented 5 years ago

Thanks for the report. Fixed in version 3.3.2.

Please let me know how you get on with the library.

mstoetzer commented 5 years ago

Yeah, I'm pretty happy with it. Good work!

I played a bit and created a small node-cli for myself: https://github.com/bytekeks/tradfri-cli

CliffS commented 5 years ago

Cute. I may shamelessly steal your code and add a cli version to the library. :)

mstoetzer commented 5 years ago

Yes, do it ;)