diff --git a/pool.js b/pool.js index 9c2aa42..574109b 100644 --- a/pool.js +++ b/pool.js @@ -297,6 +297,8 @@ Shelly.call ( if (result) { status.temp_today = result.value; print("[POOL] Restore from KVS: temp_today:", status.temp_today); + if (status.temp_today !== null) + update_temp(status.temp_today); } } )