Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions matter_server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ schema:
enable_test_net_dcl: bool?
ble_proxy: bool?
bluetooth_adapter_id: int?
matter_server_primary_interface: str?
matter_server_args:
- str?
matter_server_env_vars:
Expand Down
3 changes: 3 additions & 0 deletions matter_server/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@ configuration:
Install custom Python Matter SDK wheels version (not applicable when
using Beta flag). NOTE: The API might not be compatible with the Python
Matter server.
matter_server_primary_interface:
name: "Primary Network Interface"
description: "Manually specify the primary network interface for the Matter Server (e.g., enp0s19). Leave empty to use the system default."
network:
5580/tcp: Matter Server WebSocket server port.