sHedC / python-masterthermconnect

MasterTherm HeatPump API
MIT License
3 stars 2 forks source link

Set Register doesn't update the Register on success #94

Closed sHedC closed 1 year ago

sHedC commented 1 year ago

When setting a register to a value on success it doesn't update the register but assumes the next data fetch will perform the update. However in some circumstances the next data request is blank and this causes the value to re-set showing a discrepancy.

Update the set function to set the values properly after the set command completes successfully