everyplace / homebridge-hue-proxy

A rough project for more programmatically interfacing with a Phillips Hue box, potentially from Homekit
0 stars 0 forks source link

Move brightness, on etc to their own file #4

Closed everyplace closed 2 years ago

everyplace commented 2 years ago

Clean up proxy.js so it’s a much simpler file, and make it so that brightness, on can be tested w/ jest.

everyplace commented 2 years ago

Fixed by #7 and the creation of the lights.js and lights.test.js coverage.