You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
I was able to connect the mqtt data messages but I'm having trouble filtering out the messages we need. Currently looking for a way to output "msg_id: 6" which contains the body of the transcript, and "msg_id: 8 to display the url of the .txt file.
@DanCunnington let me know if you what's best way to do this.
The text was updated successfully, but these errors were encountered:
The new message function will be called each time a message arrives, so a simple solution would be to add an if statement to filter the intended message IDs. That can then trigger conditionally showing an element in the component, if the transcript exists.
I was able to connect the mqtt data messages but I'm having trouble filtering out the messages we need. Currently looking for a way to output
"msg_id: 6"
which contains the body of the transcript, and"msg_id: 8
to display the url of the .txt file.@DanCunnington let me know if you what's best way to do this.
The text was updated successfully, but these errors were encountered: