Clients
The client is the connection between the user and the digital assistant. It receives the user's requests and returns the corresponding answers via some connected loudspeakers. Also multiple clients can be connected to the server, for example to use the digital assistant in several rooms.
Connect new client with the server
Auto discovered clients
- Select the Clients tab in the administration sidebar tab.
- Choose the action Add new client to add a new client.
- A dropdown list in the popup will show all discovered clients which can be connected to the server. If no client is discovered you can also add your client manually.
- Select the client you want to connect to the server from the drop-down list.
- Press the action Add selected client.
Manually
- Select the Clients tab in the administration sidebar tab.
- Choose the action Add new client to add a new client.
- Press the action Add a new client manually.
- Fill in the necessary fields.
- Name
- Type
- Press the action Save.
- A message provide now a temporary access token.
- Copy the access token to the
appsettings.json
file of the client application in theServerAccessToken
property. - Add the host name or IP address of the server in the
ServerName
property of theappsettings.json
of the client. - The next time the client application starts, it automatically connects to the server.
Configure Client
- Select the Clients tab in the administration sidebar tab.
- Open the card of the client to be configured via the edit button.
- Specify the changes in the fields of the card, like the input and output devices or the default volume after startup.
- Press the Save action.