From 755ffdad4687f045f973672b481582dfbad4b0a5 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 23 Aug 2026 11:32:42 +0200 Subject: [PATCH] Send as an alert --- cloud/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/app.py b/cloud/app.py index 8a76816..3cd90da 100644 --- a/cloud/app.py +++ b/cloud/app.py @@ -275,6 +275,7 @@ async def cooking_params(): if not safety_result.get("is_safe", True): odata_response.update({ + "error": "Unsafe cooking area", "is_safe": False, "warning_message": safety_result.get("warning_message", "Unsafe materials detected."), "detected_hazards": safety_result.get("detected_hazards", [])