mvn23 / pyotgw

A library to interface with the OpenTherm Gateway through serial or network connection.
GNU General Public License v3.0
28 stars 16 forks source link

Avoid sending updates twice for related changes to status #22

Closed mvn23 closed 4 years ago

mvn23 commented 4 years ago

Some pyotgw.set_* functions would send out two updates for different parts of the status dict. This PR merges these updates into a single update.