## Summary
-
## Related Issues
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] New device type or methods
- [ ] Documentation update
## Checklist
- [ ] `cargo test` passes
- [ ] `cargo clippy` clean
- [ ] `cargo fmt --check` clean
- [ ] Doc-tests pass (`cargo test --doc`)
- [ ] ConformU passes for affected device types (if applicable)
- [ ] Conventional commit messages used
## ConformU Results
## Test Plan
-