-
Hello everyone, I'm trying to send a message to my cell phone via pyscript and then automatically process the response I give. Example code: Unfortunately, I always get the following error message:
Unfortunately, I can't find an answer anywhere. Why is this so? To my understanding, "notify" should deliver a response or not? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
alas, |
Beta Was this translation helpful? Give feedback.
-
Thanks, ALERTua your hint has put me on the right track to solve my problem. To get the responses on a mobile app notification, you can use an event trigger to continue working with the response. Example: |
Beta Was this translation helpful? Give feedback.
Thanks, ALERTua your hint has put me on the right track to solve my problem.
To get the responses on a mobile app notification, you can use an event trigger to continue working with the response.
Example:
@event_trigger("mobile_app_notification_action")
def monitor_mobile_app_actions(**kwargs):
log.info(f"kwargs={kwargs}")