michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

What is State.Brightness supposed to represent? #149

Closed S0L4REDEV closed 6 years ago

S0L4REDEV commented 6 years ago

I realized that the brightness of my lamp when using the API was 159 when using the State.Brightness value. I was really confused what this meant and was hoping I could get an answer.

Thanks and sorry for the trouble.

niels9001 commented 6 years ago

Brightness goes from 0 (very dimmed) up to 255 (very bright). Check the official Hue documentation here for more info: https://www.developers.meethue.com

Hope this helps

S0L4REDEV commented 6 years ago

@niels9001 Thanks! I also bought your app! :)