openems icon indicating copy to clipboard operation
openems copied to clipboard

feat: Implement real-time update for SOC emergency line.

Open Jasonlee6789 opened this issue 9 months ago • 2 comments

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.

Jasonlee6789 avatar Mar 17 '25 05:03 Jasonlee6789

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.

codecov[bot] avatar Mar 17 '25 06:03 codecov[bot]

This PR has been automatically marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.

github-actions[bot] avatar Sep 17 '25 02:09 github-actions[bot]