MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

set_color_temp and set_color in __init__.py? #48

Closed shred86 closed 4 years ago

shred86 commented 4 years ago

https://github.com/MisterWil/abodepy/blob/6f84bb428fd1da98855f55083cd427bebbcc57ae/abodepy/devices/__init__.py#L90

@MisterWil - Not really an issue but just noticed the methods set color_temp and set_color are still in init.py. If I remember correctly, they were there originally then moved over to the lights.py module. Not sure if these methods are being used for anything but perhaps worth deleting.

shred86 commented 4 years ago

Created a PR that removes the repeated code.

MisterWil commented 4 years ago

Fixed in 0.16.0