openems
openems copied to clipboard
feat: Implement real-time update for SOC emergency line.
The original SOC emergency line relied on the reserveSoc variable from the component's config file, which was fetched only during UI loading.
This PR:
- Uses the ActualReserveSoc channel to enable real-time updates for the SOC emergency line.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
Additional details and impacted files
@@ Coverage Diff @@
## develop #3051 +/- ##
=============================================
- Coverage 58.56% 58.48% -0.07%
Complexity 154 154
=============================================
Files 2488 2488
Lines 105828 105828
Branches 7805 7805
=============================================
- Hits 61964 61884 -80
- Misses 41602 41687 +85
+ Partials 2262 2257 -5
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
This PR has been automatically marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.