forked from Andre0512/pyhOn
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
refactorImprove code structure and readability without changing functionalityImprove code structure and readability without changing functionality
Description
Currently, diagnostic methods are tightly coupled within the Appliance class. To improve code organization and modularity, we should refactor the diagnostic tools into a separate module.
Especially, diagnostic class should be able to attach onto Appliance and grab diagnostic data.
Hon class should not have integrated loader for dummy devices created from dumped JSON responses from API. If this functionality is necessary, it should be also separated and act as a replacement for a fully functional loader for real devices.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorImprove code structure and readability without changing functionalityImprove code structure and readability without changing functionality