Use cached consumption value

This commit is contained in:
2024-09-23 20:30:34 +02:00
parent d98be00a40
commit 0e0da14fde
4 changed files with 124 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
pub mod consumption;
pub mod consumption_cache;
pub mod energy_actor;
pub mod engine;
pub mod relay_state_history;