sHedC / python-masterthermconnect

MasterTherm HeatPump API
MIT License
3 stars 2 forks source link

Remove Error Logs for Handled Exceptions #16

Closed sHedC closed 1 year ago

sHedC commented 1 year ago

The error logs are shown where there are connection failures, these should be reported by the API client as some can be temporary and should be handled there.

Remove the logging for those where the error is handed on to the client of the API.