kstaniek / fiblary

Fiblary is a Python module wrapping Fibaro Home Center REST API
Apache License 2.0
9 stars 16 forks source link

Get method without parameters for info, login and weather managers #3

Closed kstaniek closed 10 years ago

kstaniek commented 10 years ago

The get method requires id parameter for all managers implementing MinimalController class. This is not applicable for managers handling no arguments requests i.e. info, login and weather. Controller models should be redesigned.

kstaniek commented 10 years ago

Fixed in 0.1.3