andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

Add support for colored lights #12 #32

Closed FernandoWahl closed 4 years ago

FernandoWahl commented 4 years ago

Implements color switching for lamps.

Important: Google returns the spectrumHSV parameter with uppercase letters, but the service requires the lowercase parameter (spectrumHsv). After fixing this in the service remove the lines below TODO.

andrei-tatar commented 4 years ago

@FernandoWahl I fixed the issue. the service should always accept and return spectrumHsv. Can you please update the PR?

FernandoWahl commented 4 years ago

Done! :D

Chrischi- commented 4 years ago

@andrei-tatar this should be merged asap. long overdue feature. ;)