File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -401,18 +401,21 @@ config CHIP_ICD_LIT_SUPPORT
401
401
bool "Intermittenly Connected Device Long Idle Time support"
402
402
select CHIP_ICD_CHECK_IN_SUPPORT
403
403
select CHIP_ICD_UAT_SUPPORT
404
+ select EXPERIMENTAL
404
405
help
405
406
Enables the Intermittently Connected Device Long Idle Time support in Matter.
406
407
It also selects the ICD Check-In and UAT features support that are mandatory for LIT device.
407
408
408
409
config CHIP_ICD_CHECK_IN_SUPPORT
409
410
bool "Intermittenly Connected Device Check-In protocol support"
411
+ select EXPERIMENTAL
410
412
help
411
413
Enables the Check-In protocol support in Matter. It allows an ICD device to notify the registered
412
414
ICD clients that it is available for communication.
413
415
414
416
config CHIP_ICD_UAT_SUPPORT
415
417
bool "Intermittenly Connected Device User Active Mode Trigger support"
418
+ select EXPERIMENTAL
416
419
help
417
420
Enables the User Active Mode Trigger (UAT) support in Matter. It allows the User to use application specific
418
421
means (e.g. button press) to trigger an ICD device to enter the active mode and become responsive.
You can’t perform that action at this time.
0 commit comments