@@ -17,8 +17,8 @@ and set the following parameter to true:
17
17
chip_enable_icd_server = true
18
18
```
19
19
20
- To enable LIT ICD behavior, Check In Protcol Support and User Active Mode Trigger
21
- Support, set the following parameter to true:
20
+ To enable LIT ICD behavior, Check In Protcol Support and User Active Mode
21
+ Trigger Support, set the following parameter to true:
22
22
23
23
```
24
24
chip_enable_icd_lit = true
@@ -50,7 +50,8 @@ mode threshold, and polling intervals can be configured in
50
50
#define CHIP_DEVICE_CONFIG_ICD_FAST_POLL_INTERVAL chip::System::Clock::Milliseconds32(100)
51
51
```
52
52
53
- To enable LIT ICD behavior, set the polling period to be greater than 15 seconds, and the active mode threshold to at least 5000 milliseconds.
53
+ To enable LIT ICD behavior, set the polling period to be greater than 15
54
+ seconds, and the active mode threshold to at least 5000 milliseconds.
54
55
55
56
## ZAP File Changes
56
57
@@ -60,15 +61,14 @@ Endpoint 0 as either a Server or Client, depending on your configuration.
60
61
61
62
To enable LIT ICD behavior, set the FeatureMap to 0x0007 to enable Check-In
62
63
Protocol Support, User Active Mode Trigger Support, and Long Idle Time Support.
63
- In addition, enable the UserActiveModeTriggerHint, UserActiveModeTriggerInstruction,
64
- and MaximumCheckInBackOff attributes.
64
+ In addition, enable the UserActiveModeTriggerHint,
65
+ UserActiveModeTriggerInstruction, and MaximumCheckInBackOff attributes.
65
66
66
- After making the desired changes in the zap file, generate the .matter file by running
67
- the following commands:
67
+ After making the desired changes in the zap file, generate the .matter file by
68
+ running the following commands:
68
69
69
70
```
70
71
$ cd /connectedhomeip/scripts/tools/zap
71
72
$ ./generate.py examples/<example>/<example>-common/<example>-app.zap
72
73
73
74
```
74
-
0 commit comments