Commit 9d96930
committed
fix(fox): bump settings cache version to force-refresh fdpwr_max on upgrade
battery_rate_max is only recomputed when get_scheduler() actually makes a
live call, which is otherwise gated to once an hour - so a customer
upgrading to the capacity_watts() fix kept the old, wrongly-clamped
fdpwr_max from their persisted cache while inverter_capacity (recomputed
live every publish cycle from cached device_detail) updated immediately.
Bumping FOX_SETTINGS_CACHE_VERSION triggers the existing self-heal path
that forces one scheduler refresh regardless of cache age.1 parent f00a6c5 commit 9d96930
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments