johanwilliams / org.openhab.binding.fibaro

Fibaro Binding for Openhab
6 stars 8 forks source link

Refactor api communication #2

Closed johanwilliams closed 7 years ago

johanwilliams commented 7 years ago

Currently the communication with the Fibaro api resides in the BinarySwitchHandler. It should probably be broken out and called thought the bridge.

johanwilliams commented 7 years ago

Done. All api calls are now being made from the bridge (gateway) handler.