studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Wrong Color #191

Closed badTastingBread closed 2 years ago

badTastingBread commented 2 years ago

Hey, I if I want to set my Hue Lightstrip to the color white (255,255,255) and I put the values (1, 1, 1) into the rgb_to_xy function, I get a greenish color everytime...

Could you please help me fix this?

badTastingBread commented 2 years ago

Im stupid, sorry!