config.json 184 B

1234567891011
  1. {
  2. "server_host": "0.0.0.0",
  3. "server_port": 1010,
  4. "valid_clients": [
  5. {
  6. "device_id": "client1",
  7. "mac_address": "00:d8:61:47:2f:52"
  8. }
  9. ],
  10. "hotword": "trixy"
  11. }