Added needed watts
Build, push image, and notify Watchtower / build-image (push) Successful in 58s
Build, push image, and notify Watchtower / notify (push) Successful in 15s

This commit is contained in:
2026-07-27 18:10:15 +02:00
parent 059bb75555
commit 9e078490dd
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -76,6 +76,7 @@ class MicrowaveThermalEngine:
return {
"cook_time_seconds": round(total_seconds),
"effective_power_watts": round(effective_power_watts),
"recommended_power_level_pct": power_level,
"target_temp": target_temp,
"estimated_specific_heat": round(cp, 2),