From 31a981020a2e8119312620cab961256eb95434e9 Mon Sep 17 00:00:00 2001 From: "RZ_MINIX\\rober" Date: Fri, 26 Sep 2025 20:14:58 -0700 Subject: [PATCH] Final fixes for Android release candidate 1 --- well-alerts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/well-alerts.py b/well-alerts.py index 6acbf4f..caab39b 100644 --- a/well-alerts.py +++ b/well-alerts.py @@ -4188,8 +4188,9 @@ def monitor_messages(): text_str = "CREDS," + first_name + "," + last_name + "," + user_name + "," + password + "," + email #SendMessageTo(user_id, text_str) #need to send it to device via signature, since, if device is new, not MQTT_id is known. - topic = "/well_" + signature - SendMessageDirectTo(topic, text_str) + #lets NOT send message here... because adding new beneficiary/deployment would cause credentials on caretaker's phone to change + #topic = "/well_" + signature + #SendMessageDirectTo(topic, text_str) sender.SendEmailTo(email, email_body, "Wellcome to WellNuo!") call_acl = True else: