How Do I send back response to a specific connected client

Is there a way to send response back to a client connected using the message bus?

The idea is to have a single central instance of Mycroft and have clients connected to it and make use of voice as well as the text interface

Hi there isn’t currently a method for this included in mycroft but there is a PR that would allow the client to target the response to any number of clients. It’s needs to be updated though: https://github.com/MycroftAI/mycroft-core/pull/1408

1 Like