studioimaginaire / phue

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

fix return type in get_group_id_by_name This PR simply addresses an issue in the return type of `get_group_id_by_name`. #136

Closed dsifford closed 5 years ago

dsifford commented 5 years ago

In it's current form, it is impossible to use get_group_id_by_name with get_group because the return type of get_group_id_by_name is a string, whereas get_group expects and int. This fixes that.

Let me know if you have any questions.

dsifford commented 5 years ago

@natcl Is this going to be pushed to PyPI or? What's the overall status of this project? Do you need maintainers?