From 0c30ea5dd4191c8eb776c25d2d0f6ed5d7d6d54c Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 27 Jun 2026 08:53:59 +0200 Subject: [PATCH] sud_0010: reset grain_mass to 0 at mash-in step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Einmaischen einfüllen" step waits for the user to add grain, so grain_mass starts at 0 here and is added by the following steps. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01JLR2133M2PyjiYq584i2G7 --- sude/sud_0010.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sude/sud_0010.json b/sude/sud_0010.json index 67cb538..7403d47 100644 --- a/sude/sud_0010.json +++ b/sude/sud_0010.json @@ -53,6 +53,9 @@ } }, { + "pot": { + "grain_mass": 0 + }, "descr": "Einmaischen einfüllen", "user_message": "Bitte Malz einfüllen und bestätigen", "user_wait_for_continue": true,