mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
24 lines
661 B
Plaintext
24 lines
661 B
Plaintext
menu "ESP Matter Controller"
|
|
|
|
config ESP_MATTER_CONTROLLER_ENABLE
|
|
bool "Enable matter controller"
|
|
default n
|
|
help
|
|
Enable the controller.
|
|
|
|
config ESP_MATTER_COMMISSIONER_ENABLE
|
|
bool "Enable matter commissioner"
|
|
depends on ESP_MATTER_CONTROLLER_ENABLE
|
|
default y
|
|
help
|
|
Enable the matter commissioner in the ESP Matter controller.
|
|
|
|
config ESP_MATTER_COMMISSIONER_MAX_ACTIVE_DEVICES
|
|
int "Max active device"
|
|
depends on ESP_MATTER_COMMISSIONER_ENABLE
|
|
default 5
|
|
help
|
|
Maximum number of active device the commissioner supports.
|
|
|
|
endmenu
|