stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

Use new service architecture in all device handlers #40

Closed coeing closed 3 years ago

coeing commented 4 years ago

As some devices share the same functionality, we introduced service classes which implement setting and getting the state of a specific service of a device (e.g. temperature level, room climate control, valve tappet,...).

This architecture should be used by all device handlers that derive from BoschSHCHandler. The existing handlers should be refactored to reflect this architecture.

These handlers already use the new architecture:

coeing commented 3 years ago

Currently only these handlers are missing:

coeing commented 3 years ago

Fixed by #89