mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 08:19:59 +00:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
menu "Custom Controller Cluster"
|
|
config CONTROLLER_CUSTOM_CLUSTER_ENABLE
|
|
bool "Enable controller custom cluster"
|
|
depends on ESP_MATTER_CONTROLLER_ENABLE && ESP_MATTER_ENABLE_MATTER_SERVER && RMAKER_REST_API_ENABLED
|
|
default n
|
|
help
|
|
Enable the custom cluster of matter controller for Rainmaker Fabric suppport.
|
|
|
|
endmenu
|