Final fixes for Android release candidate 1
This commit is contained in:
parent
02701c4948
commit
31a981020a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user