PeteRager / lennoxs30api

API for communication with Lennox S30 / E30 climate controls using Lennox cloud or local connection
MIT License
9 stars 2 forks source link

Message Logging Redaction, Exception Handling Improvements #36

Closed PeteRager closed 2 years ago

PeteRager commented 3 years ago

Messages have personal information in them. The logger has been updated to redact this information, so that message logs can be freely exchanged without privacy concerns.

Exception Handling has been improved and unit tests added.