briandorey / tp-link-LB130-Smart-Wi-Fi-Bulb

tp-link LB130 Smart Wi-Fi Bulb Python Control class
MIT License
43 stars 24 forks source link

removing extra whitespace in dictionary keys in on() and off() methods #6

Closed nikoladze closed 5 years ago

nikoladze commented 5 years ago

This should fix #3 by removing some extra whitespace that was included into the dictionary keys transition_light_state and transition_period. However the problem that the lights can't turn on (#1) when they are off persists.

briandorey commented 5 years ago

Thank you for the fix