Git Product home page Git Product logo

Comments (5)

Dustinhoefer avatar Dustinhoefer commented on July 24, 2024

I just checked out the project and made a setter for the brightness in the state class. Any real reason why the variables are final? Can't we just make them mutable and create a setter?

from yetanotherhueapi.

ZeroOne3010 avatar ZeroOne3010 commented on July 24, 2024

Hey, thanks for opening this issue! πŸ˜ƒ The choice between immutable and mutable objects is mostly a personal preference, and my preference tends towards using immutable objects when possible. There are trade-offs in both cases. But let me see what I can come up with concerning the brightness setting...

from yetanotherhueapi.

Dustinhoefer avatar Dustinhoefer commented on July 24, 2024

Thank you very much!
Will check it out later :)
Great project πŸ‘

from yetanotherhueapi.

ZeroOne3010 avatar ZeroOne3010 commented on July 24, 2024

Great, thanks @Dustinhoefer! :) I added a setBrightness(int) method into the Light interface. It mimics the existing turnOn() and turnOff() methods. I realized that all Hue lights allow the brightness to be changed, so that was a natural place. Not all of them support for example color, so color related operations would be better kept in the State class. By modifying the Light interface I also feel like I'm respecting the philosophy that I wrote down in the README file: that essential functions should be done "in an intuitive and usable way for the programmer". ☺️

from yetanotherhueapi.

ZeroOne3010 avatar ZeroOne3010 commented on July 24, 2024

And now a similar feature (setBrightness(int)) has been added for Room objects too. πŸ˜ƒ It will be available in the next release.

from yetanotherhueapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.