v6.2.0
What's Changed
🚀 Exciting New Features
- feat: adds
off_colour:
attribute to the load section. The off colour of the additional essential loads can be changed from the defaultgrey
value. If set totransparent
(using the code editor) the load will be hidden if power is below theoff_theshold
. closes #577
The example belows shows the effect of setting off_colour: transparent
- feat: adds
remaining_energy_to_shutdown:
attribute to battery1 and battery2 sections. If set to true the displayed remaining battery energy will be the available energy to the shutdown SOC and not to 0%. Requiresshow_remaining_energy: true
. closes #554 - docs: update configuration
⬆️ Dependencies
- build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 by @dependabot in #578
Full Changelog: v6.1.7...v6.2.0