Final fixes for Android release candidate 1

This commit is contained in:
RZ_MINIX\rober 2025-09-26 20:14:58 -07:00
parent 02701c4948
commit 31a981020a

View File

@ -4188,8 +4188,9 @@ def monitor_messages():
text_str = "CREDS," + first_name + "," + last_name + "," + user_name + "," + password + "," + email text_str = "CREDS," + first_name + "," + last_name + "," + user_name + "," + password + "," + email
#SendMessageTo(user_id, text_str) #SendMessageTo(user_id, text_str)
#need to send it to device via signature, since, if device is new, not MQTT_id is known. #need to send it to device via signature, since, if device is new, not MQTT_id is known.
topic = "/well_" + signature #lets NOT send message here... because adding new beneficiary/deployment would cause credentials on caretaker's phone to change
SendMessageDirectTo(topic, text_str) #topic = "/well_" + signature
#SendMessageDirectTo(topic, text_str)
sender.SendEmailTo(email, email_body, "Wellcome to WellNuo!") sender.SendEmailTo(email, email_body, "Wellcome to WellNuo!")
call_acl = True call_acl = True
else: else: