-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Now that MQTT works quite nicely, would you consider opening up the "reverse channel", i.e. let me publish data to the tablets?
I could think of two use-cases right away:
- Start a new match on a tablet. I think you already allowed this with FCM, but that seems to be broken, and doesn't work offline anyway. If a tablet receives a message with a new match, then it should prompt the user whether to start that match. Obviously, if there is currently a match being scored, then maybe that shouldn't happen, and the match can simply be queued? In an ideal world, the users don't even have to browse the feeds, because they do make mistakes, and I'd prefer to send the next match to the tablets from TC.
- Inform the user of an error, e.g. if the wrong match is started, possibly even forcing them to abort that match by loading the planned next match.
What do you think?
Reactions are currently unavailable