Skip to content

Extract TrueTempSyncService from SyncCommand #18

@siewers

Description

@siewers

The SyncCommand currently handles both CLI concerns (parsing options, formatting output) and domain logic (fetching data, matching rooms to sensors, applying corrections).

Extract the sync logic into a TrueTempSyncService so that:

  • SyncCommand is a thin shell that parses options and displays results
  • TrueTempSyncService owns the sync workflow (fetch homes, match sensors, apply corrections)
  • The service can be reused/tested independently of the CLI layer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions