Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: app: Move shadow_get() to transport module #32

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

jtguggedal
Copy link
Contributor

The shadow_get() function is moved to the transport module to simplify the app module.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Core Changes:

  • Moved shadow_get() function from app module to transport module
  • Simplified app module by removing cloud connectivity logic
  • Added trigger channel observation in transport module

⚠️ Concerns:
None

Verdict: Approve - Clean refactoring that improves code organization by moving cloud-related functionality to the transport module.


Code review performed by ANTHROPIC - claude-3-5-sonnet-20241022.

The shadow_get() function is moved to the transport module
to simplify the app module.

Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
@jtguggedal jtguggedal force-pushed the shadow-get-to-transport branch from d3842d9 to c1bb83c Compare January 21, 2025 11:13
@jtguggedal jtguggedal merged commit 3e2bc09 into main Jan 21, 2025
2 checks passed
@jtguggedal jtguggedal deleted the shadow-get-to-transport branch January 21, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant